]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
u-boot: fix typo in startscript
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 16 Apr 2018 16:15:12 +0000 (18:15 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 16 Apr 2018 16:15:12 +0000 (18:15 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/u-boot/boot.cmd
config/u-boot/boot.scr

index d9a8c2b159f8f94f3ae3c43d8862997f61c2fbfc..e8ee59a0888f80370db0b44fc69414f297097f8b 100644 (file)
@@ -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
index 4128acc7c3858135a3cc4e4c118c1c708e8d08f1..c08443beb97351df12dd6528aded40407e1c8372 100644 (file)
Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ