u-boot: fix typo in boot.scr

fix serial console output on RPi3 B+ at aarch64

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-12-20 08:04:22 +01:00
parent 6f1f51ba1c
commit ae84d3745d
3 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
boot/boot.cmd
boot/boot.scr
etc/system-release
etc/issue
srv/web/ipfire/cgi-bin/credits.cgi

View 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

Binary file not shown.