ARM: kp_imx53: config: Do not use ${boardtype} to setup update wic file
authorLukasz Majewski <lukma@denx.de>
Thu, 4 Apr 2019 10:26:48 +0000 (12:26 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 25 Apr 2019 15:03:25 +0000 (17:03 +0200)
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>
include/configs/kp_imx53.h

index ca6ab0f..9bbf590 100644 (file)
@@ -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; " \