File tree Expand file tree Collapse file tree
aarch64/marvell-espressobin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ setenv bootcmd_net \
154154setenv bootcmd \
155155 'setenv bootpart 2; setenv bootslot primary; setenv auxpart 1; \
156156 if ext4load mmc 0:$auxpart $loadaddr /uboot.env; then \
157- env import -b $loadaddr $filesize BOOT_ORDER; \
157+ env import -c $loadaddr $filesize BOOT_ORDER; \
158158 fi; \
159159 if test "$BOOT_ORDER" = "secondary primary" || \
160160 test "$BOOT_ORDER" = "secondary primary net"; then \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ for tgt in "${boot_targets}"; do
3333 setexpr ixmenu_n ${ixmenu_n} + 1
3434
3535 if load ${devtype} ${devnum} :${auxpart} ${loadaddr} /uboot.env; then
36- env import -b ${loadaddr} ${filesize} BOOT_ORDER DEBUG ethact BOARD_VARIANT
36+ env import -c ${loadaddr} ${filesize} BOOT_ORDER DEBUG ethact BOARD_VARIANT
3737 run ixvariant
3838 fi
3939
You can’t perform that action at this time.
0 commit comments