u-boot: try to boot without ramdisk if the system cannot load it

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2019-03-13 15:17:28 +01:00
parent eaf004a468
commit 668119063c
4 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
boot/boot.cmd
boot/boot.scr

View File

@@ -0,0 +1,2 @@
boot/boot.cmd
boot/boot.scr

View 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

Binary file not shown.