]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/u-boot/boot.cmd
kernel: armv5tel remove "-multi" config
[ipfire-2.x.git] / config / u-boot / boot.cmd
index 9d456265c94b0ef93a20b36bf4c1f5ae681c5fa2..8cb8e5fc29a8213151eccc60554052bdfc885662 100644 (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...;