summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-04-04 13:26:48 +0300
committerStefano Babic <sbabic@denx.de>2019-04-25 18:03:25 +0300
commitddba5e5961b766ba3d7e97967e64745a3330edbe (patch)
treeebfaf7f9d41991430f2bc9034bc353a6df20dcb0 /include
parent63984abc1d84bdaeb57c0e25127fa9cc948ab7fd (diff)
downloadu-boot-ddba5e5961b766ba3d7e97967e64745a3330edbe.tar.xz
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kp_imx53.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/kp_imx53.h b/include/configs/kp_imx53.h
index ca6ab0fabc..9bbf590b72 100644
--- a/include/configs/kp_imx53.h
+++ b/include/configs/kp_imx53.h
@@ -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; " \