From 5527f02bfa7c26277688692a8f2c47a423d06cb5 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 27 Nov 2019 18:24:02 +0100 Subject: u-boot-distro-boot: fix serial console bootarg passing Signed-off-by: Marcel Ziswiler (cherry picked from commit 3c9ed2641a6317a4fd9db77ecd508d4008cbad74) --- recipes-bsp/u-boot/u-boot-distro-boot/boot.cmd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3