From bbac0725ab5b895a8f403401575f18fdde4acb3a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 19 Feb 2015 15:28:24 +0000 Subject: [PATCH] Fixed cubieboard2 CONSOLE_DEVICE --- devices/cubieboard2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/cubieboard2/Makefile b/devices/cubieboard2/Makefile index b9bbeb1..6765c73 100644 --- a/devices/cubieboard2/Makefile +++ b/devices/cubieboard2/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