summaryrefslogtreecommitdiffstats
path: root/conf/machine/dra7xx-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-05-04 23:15:15 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-05-04 13:40:40 -0400
commitd236f27110a27598fa727c09f0bc71a037a0a563 (patch)
tree6066a44205823e1d5c88e0d62029883ef746c854 /conf/machine/dra7xx-evm.conf
parentc1eecb62f2699c9bbfefb8db1b0f762d4967a2c7 (diff)
downloadmeta-ti-d236f27110a27598fa727c09f0bc71a037a0a563.tar.gz
machines: configure all used consoles regardless of UART driver
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, 3 insertions, 1 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index b1e34ab9..03efa19f 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -8,7 +8,9 @@ MACHINE_FEATURES += "touchscreen"
8 8
9IMAGE_FSTYPES += "ubi tar.gz tar.xz" 9IMAGE_FSTYPES += "ubi tar.gz tar.xz"
10 10
11SERIAL_CONSOLE = "115200 ttyO0" 11SERIAL_CONSOLE = ""
12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
12 14
13UBOOT_MACHINE = "dra7xx_evm_config" 15UBOOT_MACHINE = "dra7xx_evm_config"
14 16