summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-11-27 18:24:02 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-12 15:39:11 +0100
commit5527f02bfa7c26277688692a8f2c47a423d06cb5 (patch)
tree23a33f7605bfc98e439677545057d9bea31c5b5f
parente6e0f885bc858f16a6c49522d91e7b6dc67d2a16 (diff)
u-boot-distro-boot: fix serial console bootarg passing
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 3c9ed2641a6317a4fd9db77ecd508d4008cbad74)
-rw-r--r--recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in b/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in
index 00d17d9..9b9a9ef 100644
--- a/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in
+++ b/recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in
@@ -14,7 +14,7 @@ if test -n ${setup}
then
run setup
else
- env set setupargs 'console=tty1 consoleblank=0'
+ env set setupargs 'console=${console},${baudrate} console=tty1 consoleblank=0'
fi
test -n ${m4boot} || env set m4boot ';'
test -n ${fdtfile} || env set fdtfile $fdt_file