From a0c4f99c8535ef95230dd15e88c482295af42ba5 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 19 Feb 2015 15:28:02 +0000 Subject: [PATCH] Fixed cubieboard CONSOLE_DEVICE --- devices/cubieboard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/cubieboard/Makefile b/devices/cubieboard/Makefile index 8f27731..0b46e3f 100644 --- a/devices/cubieboard/Makefile +++ b/devices/cubieboard/Makefile @@ -15,7 +15,7 @@ RAMDISK_TYPE = uInitrd #RAMDISK_TYPE = uInitramfs CONSOLE_DEVICE = tty0 -#CONSOLE_DEVICE = ttymxc0,115200 +#CONSOLE_DEVICE = ttyS0,115200 .PHONY: all clean distclean kernel ramdisk bootscr -- 2.26.2