summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/am335x-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index ac643b40..f932f4c8 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -12,7 +12,7 @@ MACHINE_FEATURES += "touchscreen"
12IMAGE_FSTYPES += "ubi tar.gz tar.xz" 12IMAGE_FSTYPES += "ubi tar.gz tar.xz"
13 13
14SERIAL_CONSOLE = "" 14SERIAL_CONSOLE = ""
15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" 15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0 115200;ttyS3 115200;ttyO3"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
17 17
18# UBI information. Note that this is board and kernel specific. Changes 18# UBI information. Note that this is board and kernel specific. Changes