mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
kernel: armv5tel remove "-multi" config
we have only this kernel left so remove the extension Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -11,12 +11,6 @@ if test ${boot_part} = ""; then
|
||||
setenv boot_part ${dev_num}:1;
|
||||
fi;
|
||||
|
||||
if test ${cpu} = "armv8"; then
|
||||
echo ;
|
||||
else
|
||||
setenv kernel_type -multi;
|
||||
fi;
|
||||
|
||||
# Import uEnv txt...
|
||||
if fatload ${boot_dev} ${boot_part} ${kernel_addr_r} uEnv.txt; then
|
||||
echo Load uEnv.txt...;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user