mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
u-boot: bootscript try to use also devnum instead of dev_num
on newer board the variable was renamed. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -4,7 +4,10 @@ if test ${boot_dev} = ""; then
|
||||
fi;
|
||||
|
||||
if test ${dev_num} = ""; then
|
||||
setenv dev_num 0;
|
||||
setenv dev_num ${devnum}
|
||||
if test ${dev_num} = ""; then
|
||||
setenv dev_num 0;
|
||||
fi;
|
||||
fi;
|
||||
|
||||
if test ${boot_part} = ""; then
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user