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:
Otavio Salvador 2018-02-21 15:20:26 -03:00 committed by GitHub
commit c2fcaeadf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"