From 60d34737a7d2e359d665ed8881bf6af3c115d70b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 8 Mar 2016 02:51:44 +0000 Subject: [PATCH] am335x-evm: add ttyO3 support for ICE variant Signed-off-by: Denys Dmytriyenko --- conf/machine/am335x-evm.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 55bbf951..9013c7cd 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf @@ -11,7 +11,9 @@ MACHINE_FEATURES += "touchscreen" IMAGE_FSTYPES += "ubi tar.gz" -SERIAL_CONSOLE = "115200 ttyO0" +SERIAL_CONSOLE = "" +SERIAL_CONSOLES = "115200;ttyO0 115200;ttyO3" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" # UBI information. Note that this is board and kernel specific. Changes # in your kernel port may require changes in these variables. For more