mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
38f1a0f91c
commit
9ff6e19962
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user