u-boot: fix typo in startscript

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-04-16 18:15:12 +02:00
parent eef0d706e8
commit cd99c47371
2 changed files with 1 additions and 1 deletions

View 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

Binary file not shown.