mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
u-boot: remove kirkwood kernel detection from bootscript
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -11,15 +11,11 @@ if test ${boot_part} = ""; then
|
||||
setenv boot_part ${dev_num}:1;
|
||||
fi;
|
||||
|
||||
if test ${soc} = "kirkwood"; then
|
||||
setenv kernel_type -kirkwood;
|
||||
if test ${cpu} = "armv8"; then
|
||||
echo ;
|
||||
else
|
||||
if test ${cpu} = "armv8"; then
|
||||
echo ;
|
||||
else
|
||||
setenv kernel_type -multi;
|
||||
setenv kernel_type -multi;
|
||||
fi;
|
||||
fi;
|
||||
|
||||
# Import uEnv txt...
|
||||
if fatload ${boot_dev} ${boot_part} ${kernel_addr_r} uEnv.txt; then
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user