ARM: kp_imx53: config: Do not use ${boardtype} to setup update wic file
After unification of the rootfs for both HSC and DDC devices, only one, common wic file is necessary - without the distinction of specific board. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
63984abc1d
commit
ddba5e5961
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
"setexpr blkc ${blkc} + 1; " \
|
||||
"mmc write ${loadaddr} 0x2 ${blkc}" \
|
||||
"; fi\0" \
|
||||
"upwic=setenv wic_file kp-image-kp${boardsoc}${boardtype}.wic; "\
|
||||
"upwic=setenv wic_file kp-image-kp${boardsoc}.wic; "\
|
||||
"if tftp ${loadaddr} ${wic_file}; then " \
|
||||
"setexpr blkc ${filesize} / 0x200; " \
|
||||
"setexpr blkc ${blkc} + 1; " \
|
||||
|
|
Loading…
Reference in a new issue