]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
u-boot: fix typo in boot.scr
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 20 Dec 2018 07:04:22 +0000 (08:04 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 20 Dec 2018 07:04:22 +0000 (08:04 +0100)
fix serial console output on RPi3 B+ at aarch64

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/127/filelists/files
config/u-boot/boot.cmd
config/u-boot/boot.scr

index 0e9d8052095adb6ca320afb708a0c11bfcbba4d7..d76f3915c96f131510f85c5d205c481583245776 100644 (file)
@@ -1,3 +1,5 @@
+boot/boot.cmd
+boot/boot.scr
 etc/system-release
 etc/issue
 srv/web/ipfire/cgi-bin/credits.cgi
index 5184e6f8723f56b040a56045d8fc7cbcc9daf1e7..2ba403824fdf26de5aabecb8828d1d5648e4588e 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
index d9395c0aed4283f1e4e8693b58758a8697be0a8a..2c81cef7625b53e9c93b7e9a3a3734546c7661d4 100644 (file)
Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ