wandboard: Add UBOOT_EXTLINUX_CONSOLE to pass ${baudrate} to bootparam

We are passing ${baudrate} for the bootparam so the bootargs are
handled properly.

Change-Id: I8084ff18a8d8ec63709554540687a79511b1162a
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2018-06-11 16:33:19 -03:00
parent 38f1a0f91c
commit 9ff6e19962

View File

@ -16,6 +16,7 @@ UBOOT_MACHINE = "wandboard_config"
UBOOT_EXTLINUX = "1"
UBOOT_EXTLINUX_ROOT = "root=PARTUUID=${uuid}"
UBOOT_EXTLINUX_CONSOLE = "console=${console},${baudrate}"
WANDBOARD_DEFAULT_KERNEL = "linux-wandboard"
WANDBOARD_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc"