From ae84d3745de4235efbe7cf13e9d8542df916083d Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 20 Dec 2018 08:04:22 +0100 Subject: [PATCH] u-boot: fix typo in boot.scr fix serial console output on RPi3 B+ at aarch64 Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/127/filelists/files | 2 ++ config/u-boot/boot.cmd | 2 +- config/u-boot/boot.scr | Bin 2463 -> 2463 bytes 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/127/filelists/files b/config/rootfiles/core/127/filelists/files index 0e9d805209..d76f3915c9 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 5184e6f872..2ba403824f 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 d9395c0aed4283f1e4e8693b58758a8697be0a8a..2c81cef7625b53e9c93b7e9a3a3734546c7661d4 100644 GIT binary patch delta 52 zc-osUJYQH|omDcdT~69J`tQAL1_sV}1}Io_{u(nY6Wc^Z#f=V=m?yikh;M$$yp0tA DXH*V6 delta 51 zc-osUJYQH|omDc-lEcL~dda(91_sV}1}NZSxxbo~iEW~y;zox_%uM-3o3AjRW(5E= C$qe)W -- 2.39.5