diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-03-03 05:43:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-03-06 14:32:30 -0500 |
commit | 24b24a50cd27290dde036d83b92c5a9638bbe324 (patch) | |
tree | 08d6419e6c0be150f33063dc4d15d2d5539fcab3 /conf/machine/am3517-evm.conf | |
parent | 90e1676ffcdf2c79bfe678448f9165690e009d24 (diff) | |
download | meta-ti-24b24a50cd27290dde036d83b92c5a9638bbe324.tar.gz |
conf/machine: simplify console settings, deprecate ttyO use
Now, that 4.9 finally switched from ttyO to ttyS and all issues were addressed,
no need to try all possible combinations in most cases.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am3517-evm.conf')
-rw-r--r-- | conf/machine/am3517-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf index 883e9a44..23a18325 100644 --- a/conf/machine/am3517-evm.conf +++ b/conf/machine/am3517-evm.conf | |||
@@ -12,7 +12,7 @@ MACHINE_FEATURES += "touchscreen ethernet" | |||
12 | IMAGE_FSTYPES += "ubi tar.gz" | 12 | IMAGE_FSTYPES += "ubi tar.gz" |
13 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 13 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" |
14 | 14 | ||
15 | SERIAL_CONSOLE = "115200 ttyO2" | 15 | SERIAL_CONSOLE = "115200 ttyS2" |
16 | USE_VT = "2" | 16 | USE_VT = "2" |
17 | 17 | ||
18 | KERNEL_DEVICETREE = "am3517-evm.dtb" | 18 | KERNEL_DEVICETREE = "am3517-evm.dtb" |