mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
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:
2
config/rootfiles/core/129/filelists/aarch64/u-boot
Normal file
2
config/rootfiles/core/129/filelists/aarch64/u-boot
Normal file
@@ -0,0 +1,2 @@
|
||||
boot/boot.cmd
|
||||
boot/boot.scr
|
||||
2
config/rootfiles/core/129/filelists/armv5tel/u-boot
Normal file
2
config/rootfiles/core/129/filelists/armv5tel/u-boot
Normal file
@@ -0,0 +1,2 @@
|
||||
boot/boot.cmd
|
||||
boot/boot.scr
|
||||
@@ -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.
Reference in New Issue
Block a user