image_types_digi: keep platforms in alphabetical order
http://fisheye.digi.com:8060/cru/CR-DEL-27#CFR-508 Signed-off-by: Francis Sreeves <francis.sreeves@digi.com>
This commit is contained in:
parent
6db91dc1a3
commit
d2cdf7826e
|
|
@ -25,11 +25,11 @@ load_platform_data() {
|
|||
eval "${_pl}_mio=\"$(echo ${_mio} | tr ',' ' ')\""
|
||||
eval "${_pl}_sub=\"$(echo ${_sub} | tr ',' ' ')\""
|
||||
done<<-_EOF_
|
||||
cpx2 2047 128 126976 2048 -
|
||||
wr21 2047 128 126976 2048 -
|
||||
ccardimx28js 2047 128 126976 2048 -
|
||||
ccimx51js 4095,1023 128,512 129024,520192 2048,4096 512,1024
|
||||
ccimx53js 4095,1023 128,512 129024,520192 2048,4096 512,1024
|
||||
cpx2 2047 128 126976 2048 -
|
||||
wr21 2047 128 126976 2048 -
|
||||
_EOF_
|
||||
# Set generic variables for current MACHINE
|
||||
nimg="$(eval echo \${${MACHINE}_peb} | wc -w)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue