diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-03-10 02:41:58 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-09 22:16:24 -0500 |
| commit | 35659fcbfaabbdb459c2510babd84febc971549e (patch) | |
| tree | a608aab47cf8728a2e38c725d8ec1ad33fc11940 | |
| parent | 4234479e12ac0136f91c9003f080c5986bcb3519 (diff) | |
| download | meta-ti-35659fcbfaabbdb459c2510babd84febc971549e.tar.gz | |
am335x: use ttyS to check for actual device, while 8250 is disabled
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -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 9013c7cd..5b3481fd 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" | 12 | IMAGE_FSTYPES += "ubi tar.gz" |
| 13 | 13 | ||
| 14 | SERIAL_CONSOLE = "" | 14 | SERIAL_CONSOLE = "" |
| 15 | SERIAL_CONSOLES = "115200;ttyO0 115200;ttyO3" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" |
| 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 |
