]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/u-boot/boot.cmd
Start Core Update 133
[ipfire-2.x.git] / config / u-boot / boot.cmd
index 5184e6f8723f56b040a56045d8fc7cbcc9daf1e7..5cb4b8971cdb3d310a43dfc5093b1fa70e25a0a7 100644 (file)
@@ -39,7 +39,7 @@ if test "${SERIAL-CONSOLE}" = "ON"; then
        if test ${console} = ""; then
                if test "${board}" = "rpi"; then
                        if test ${cpu} = "armv8"; then
-                               if test "${fdtfile}" = "boradcom/bcm2837-rpi-3-b-plus.dtb"; then
+                               if test "${fdtfile}" = "broadcom/bcm2837-rpi-3-b-plus.dtb"; then
                                        setenv console ttyS1,115200n8;
                                else
                                        if test "${fdtfile}" = "broadcom/bcm2837-rpi-3-b.dtb"; then
@@ -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