aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/files/mxs
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2018-12-17 23:59:31 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-12-18 20:17:22 +0100
commitc1c14c9e56c56c04581d2ef8d21f8d5b60c9cd71 (patch)
treed83e3746c370144d9e0d4f51eb9877e08cced5d2 /package/boot/uboot-envtools/files/mxs
parent02b5efe1facac603075890e974ea11ee0246e46c (diff)
downloadupstream-c1c14c9e56c56c04581d2ef8d21f8d5b60c9cd71.tar.gz
upstream-c1c14c9e56c56c04581d2ef8d21f8d5b60c9cd71.tar.bz2
upstream-c1c14c9e56c56c04581d2ef8d21f8d5b60c9cd71.zip
uboot-envtools: fix configuration for I2SE Duckbills
After changing board names to DT compat string, we also need to adjust the script which generates uboot-env configuration files. Fixes: e880a30549b ("mxs: use generic sysinfo board detection") Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'package/boot/uboot-envtools/files/mxs')
-rw-r--r--package/boot/uboot-envtools/files/mxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/mxs b/package/boot/uboot-envtools/files/mxs
index 37d3c96ed4..ecfb5de162 100644
--- a/package/boot/uboot-envtools/files/mxs
+++ b/package/boot/uboot-envtools/files/mxs
@@ -13,7 +13,7 @@ touch /etc/config/ubootenv
board=$(board_name)
case "$board" in
-duckbill)
+i2se,duckbill)
ubootenv_add_uci_config "/dev/mmcblk0" "0x20000" "0x20000"
ubootenv_add_uci_config "/dev/mmcblk0" "0x40000" "0x20000"
;;