diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-28 02:02:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-28 14:59:54 -0400 |
commit | 497d0b774e2ce74c93f6784006f62ba3f3fc46e0 (patch) | |
tree | fcb11b6e65459c95048ccfa0d40b91ec384bf65a /conf/machine | |
parent | 257a370e7aec4a8954e79697deafec2cd7c2301d (diff) | |
download | meta-ti-497d0b774e2ce74c93f6784006f62ba3f3fc46e0.tar.gz |
am335x-evm: handle omap vs. 8250 uart gracefully b/w EVM and IDK
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/am335x-evm.conf | 2 |
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" | |||
12 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" | 12 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" |
13 | 13 | ||
14 | SERIAL_CONSOLE = "" | 14 | SERIAL_CONSOLE = "" |
15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0 115200;ttyS3 115200;ttyO3" |
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_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 |