diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-10-18 03:58:40 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-17 22:48:58 +0000 |
commit | 54ba95b3756d901d6093d03645b8ab8dcf9a38f9 (patch) | |
tree | 1b0313fe16105044391b6c5791a520f1f16e0e4c /conf/machine/am335x-evm.conf | |
parent | 0dc198a34b67162a76582809648ee7d948080f49 (diff) | |
download | meta-ti-54ba95b3756d901d6093d03645b8ab8dcf9a38f9.tar.gz |
conf/machine: deprecate use of SERIAL_CONSOLE
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am335x-evm.conf')
-rw-r--r-- | conf/machine/am335x-evm.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index ba452dbd..f8696dc3 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf | |||
@@ -10,7 +10,6 @@ MACHINE_FEATURES += "touchscreen" | |||
10 | IMAGE_FSTYPES += "ubifs ubi tar.xz" | 10 | IMAGE_FSTYPES += "ubifs ubi tar.xz" |
11 | 11 | ||
12 | # Normally AM335 boards use ttyS0, but ICE uses ttyS3, so try both | 12 | # Normally AM335 boards use ttyS0, but ICE uses ttyS3, so try both |
13 | SERIAL_CONSOLE = "" | ||
14 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" | 13 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" |
15 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 14 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
16 | 15 | ||