mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
Merge pull request #6 from prof7bit/colibri-fix-serial-console
colibri-vf: use strong assignment of SERIAL_CONSOLE, fixes #5
This commit is contained in:
commit
c2fcaeadf5
|
@ -39,6 +39,6 @@ MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F"
|
|||
UBINIZE_ARGS = " -p 128KiB -m 2048 -s 2048"
|
||||
UBI_VOLNAME = "rootfs"
|
||||
|
||||
SERIAL_CONSOLE ?= "115200 ttyLP0"
|
||||
SERIAL_CONSOLE = "115200 ttyLP0"
|
||||
|
||||
MACHINE_FEATURES += "usbgadget usbhost vfat alsa touchscreen"
|
||||
|
|
Loading…
Reference in New Issue
Block a user