diff --git a/board/common/uboot/scripts/ixpreboot.sh b/board/common/uboot/scripts/ixpreboot.sh index 71eb9f93..9dedb12d 100644 --- a/board/common/uboot/scripts/ixpreboot.sh +++ b/board/common/uboot/scripts/ixpreboot.sh @@ -33,7 +33,7 @@ for tgt in "${boot_targets}"; do setexpr ixmenu_n ${ixmenu_n} + 1 if load ${devtype} ${devnum}:${auxpart} ${loadaddr} /uboot.env; then - env import -b ${loadaddr} ${filesize} BOOT_ORDER DEBUG ethact + env import -c ${loadaddr} ${filesize} BOOT_ORDER DEBUG ethact fi if test -n "${DEBUG}"; then