From c56e55b55c2af2d67a08e90bd38e6beaa87261ca Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 10 Mar 2016 02:41:58 +0000 Subject: am335x: use ttyS to check for actual device, while 8250 is disabled Signed-off-by: Denys Dmytriyenko --- conf/machine/am335x-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 9013c7cd..5b3481fd 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf @@ -12,7 +12,7 @@ MACHINE_FEATURES += "touchscreen" IMAGE_FSTYPES += "ubi tar.gz" SERIAL_CONSOLE = "" -SERIAL_CONSOLES = "115200;ttyO0 115200;ttyO3" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" # UBI information. Note that this is board and kernel specific. Changes -- cgit v1.2.3-54-g00ecf