diff --git a/config/rootfiles/core/127/filelists/files b/config/rootfiles/core/127/filelists/files index 0e9d80520..d76f3915c 100644 --- a/config/rootfiles/core/127/filelists/files +++ b/config/rootfiles/core/127/filelists/files @@ -1,3 +1,5 @@ +boot/boot.cmd +boot/boot.scr etc/system-release etc/issue srv/web/ipfire/cgi-bin/credits.cgi diff --git a/config/u-boot/boot.cmd b/config/u-boot/boot.cmd index 5184e6f87..2ba403824 100644 --- a/config/u-boot/boot.cmd +++ b/config/u-boot/boot.cmd @@ -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 diff --git a/config/u-boot/boot.scr b/config/u-boot/boot.scr index d9395c0ae..2c81cef76 100644 Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ