diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-03-08 02:51:44 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-07 20:29:37 -0500 |
commit | 60d34737a7d2e359d665ed8881bf6af3c115d70b (patch) | |
tree | 079be56c445e1ba6b619822272f13bd7deef268b /conf | |
parent | 088a82454290dcc7e0dbbab5c6f18c0261d8517b (diff) | |
download | meta-ti-60d34737a7d2e359d665ed8881bf6af3c115d70b.tar.gz |
am335x-evm: add ttyO3 support for ICE variant
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am335x-evm.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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" | |||
11 | 11 | ||
12 | IMAGE_FSTYPES += "ubi tar.gz" | 12 | IMAGE_FSTYPES += "ubi tar.gz" |
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyO0" | 14 | SERIAL_CONSOLE = "" |
15 | SERIAL_CONSOLES = "115200;ttyO0 115200;ttyO3" | ||
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
15 | 17 | ||
16 | # UBI information. Note that this is board and kernel specific. Changes | 18 | # UBI information. Note that this is board and kernel specific. Changes |
17 | # in your kernel port may require changes in these variables. For more | 19 | # in your kernel port may require changes in these variables. For more |