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:
Arne Fitzenreiter
2021-06-10 13:36:45 +00:00
parent 09951f8b0f
commit efafef1663
14 changed files with 22843 additions and 22861 deletions

View File

@@ -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.