diff options
Diffstat (limited to 'conf/machine/am335x-evm.conf')
-rw-r--r-- | conf/machine/am335x-evm.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 86a828cc..1833d71f 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf | |||
@@ -11,8 +11,9 @@ MACHINE_FEATURES += "touchscreen" | |||
11 | 11 | ||
12 | IMAGE_FSTYPES += "ubifs ubi tar.xz" | 12 | IMAGE_FSTYPES += "ubifs ubi tar.xz" |
13 | 13 | ||
14 | # Normally AM335 boards use ttyS0, but ICE uses ttyS3, so try both | ||
14 | SERIAL_CONSOLE = "" | 15 | SERIAL_CONSOLE = "" |
15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0 115200;ttyS3 115200;ttyO3" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" |
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
17 | 18 | ||
18 | # UBI information. Note that this is board and kernel specific. Changes | 19 | # UBI information. Note that this is board and kernel specific. Changes |