From: Arne Fitzenreiter Date: Mon, 16 Apr 2018 16:15:12 +0000 (+0200) Subject: u-boot: fix typo in startscript X-Git-Tag: v2.21-core122~178^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd99c47371a0ca55cd518c69e1ace05543ddbcc7;p=ipfire-2.x.git u-boot: fix typo in startscript Signed-off-by: Arne Fitzenreiter --- diff --git a/config/u-boot/boot.cmd b/config/u-boot/boot.cmd index d9a8c2b159..e8ee59a088 100644 --- a/config/u-boot/boot.cmd +++ b/config/u-boot/boot.cmd @@ -4,7 +4,7 @@ if test ${boot_dev} = ""; then fi; if test ${boot_part} = ""; then - setenv boot_dev 0:1; + setenv boot_part 0:1; fi; if test ${soc} = "kirkwood"; then diff --git a/config/u-boot/boot.scr b/config/u-boot/boot.scr index 4128acc7c3..c08443beb9 100644 Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ