summaryrefslogtreecommitdiffstats
path: root/conf/machine/dra7xx-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-03-03 05:43:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-06 14:32:30 -0500
commit24b24a50cd27290dde036d83b92c5a9638bbe324 (patch)
tree08d6419e6c0be150f33063dc4d15d2d5539fcab3 /conf/machine/dra7xx-evm.conf
parent90e1676ffcdf2c79bfe678448f9165690e009d24 (diff)
downloadmeta-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/dra7xx-evm.conf')
-rw-r--r--conf/machine/dra7xx-evm.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 86d2dbf7..ed37770d 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -8,9 +8,7 @@ MACHINE_FEATURES += "touchscreen"
8 8
9IMAGE_FSTYPES += "tar.xz" 9IMAGE_FSTYPES += "tar.xz"
10 10
11SERIAL_CONSOLE = "" 11SERIAL_CONSOLE = "115200 ttyS0"
12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
14 12
15KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-lg.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \ 13KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-lg.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \
16 dra72-evm.dtb dra72-evm-lcd-lg.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \ 14 dra72-evm.dtb dra72-evm-lcd-lg.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \