From 194aa5de8a36af7e123343103efbe790ea726110 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 18 Oct 2023 16:19:45 +0200 Subject: [PATCH] common/uboot: Use correct name of netboot in default order --- board/common/uboot/scripts/ixboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/uboot/scripts/ixboot.sh b/board/common/uboot/scripts/ixboot.sh index 7f004884..1bb2c5d4 100644 --- a/board/common/uboot/scripts/ixboot.sh +++ b/board/common/uboot/scripts/ixboot.sh @@ -17,7 +17,7 @@ for tgt in "${boot_targets}"; do env import -b ${loadaddr} ${filesize} BOOT_ORDER DEBUG fi - test -n "${BOOT_ORDER}" || setenv BOOT_ORDER "primary secondary dhcp" + test -n "${BOOT_ORDER}" || setenv BOOT_ORDER "primary secondary net" if test -n "${DEBUG}"; then setenv bootargs_log "debug"