summaryrefslogtreecommitdiffstats
path: root/conf/machine/am335x-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-03-10 02:41:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-09 22:16:30 -0500
commitc56e55b55c2af2d67a08e90bd38e6beaa87261ca (patch)
treea7cb00251a5a4089ca85ac682661a9322a194458 /conf/machine/am335x-evm.conf
parent110f22565fd6ae1a7c42a7c67af8e845d9deba54 (diff)
downloadmeta-ti-c56e55b55c2af2d67a08e90bd38e6beaa87261ca.tar.gz
am335x: use ttyS to check for actual device, while 8250 is disabled
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am335x-evm.conf')
-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 9013c7cd..5b3481fd 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" 12IMAGE_FSTYPES += "ubi tar.gz"
13 13
14SERIAL_CONSOLE = "" 14SERIAL_CONSOLE = ""
15SERIAL_CONSOLES = "115200;ttyO0 115200;ttyO3" 15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3"
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