]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
u-boot: try to boot without ramdisk if the system cannot load it
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Mar 2019 14:17:28 +0000 (15:17 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Mar 2019 14:17:28 +0000 (15:17 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/129/filelists/aarch64/u-boot [new file with mode: 0644]
config/rootfiles/core/129/filelists/armv5tel/u-boot [new file with mode: 0644]
config/u-boot/boot.cmd
config/u-boot/boot.scr

diff --git a/config/rootfiles/core/129/filelists/aarch64/u-boot b/config/rootfiles/core/129/filelists/aarch64/u-boot
new file mode 100644 (file)
index 0000000..6a00446
--- /dev/null
@@ -0,0 +1,2 @@
+boot/boot.cmd
+boot/boot.scr
diff --git a/config/rootfiles/core/129/filelists/armv5tel/u-boot b/config/rootfiles/core/129/filelists/armv5tel/u-boot
new file mode 100644 (file)
index 0000000..6a00446
--- /dev/null
@@ -0,0 +1,2 @@
+boot/boot.cmd
+boot/boot.scr
index 2ba403824fdf26de5aabecb8828d1d5648e4588e..5cb4b8971cdb3d310a43dfc5093b1fa70e25a0a7 100644 (file)
@@ -91,5 +91,8 @@ fi ;
 bootz ${kernel_addr_r} ${ramdisk_addr} ${fdt_addr_r};
 booti ${kernel_addr_r} ${ramdisk_addr} ${fdt_addr_r};
 
+bootz ${kernel_addr_r} - ${fdt_addr_r};
+booti ${kernel_addr_r} - ${fdt_addr_r};
+
 # Recompile with:
 # mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr 
index 2c81cef7625b53e9c93b7e9a3a3734546c7661d4..5143b051bd2f669e651e924ebdf856a319536a3a 100644 (file)
Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ