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

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
boot/uInit-KVER-ipfire

View File

@@ -1 +0,0 @@
boot/uInit-KVER-ipfire-multi

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
../../../../common/armv5tel/linux

View File

@@ -0,0 +1 @@
../../../../common/armv5tel/linux-initrd

View File

@@ -1 +0,0 @@
../../../../common/armv5tel/linux-initrd-multi

View File

@@ -1 +0,0 @@
../../../../common/armv5tel/linux-multi

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.