From 3c9ed2641a6317a4fd9db77ecd508d4008cbad74 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 --- 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 d92c48d..c7e1a07 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