summaryrefslogtreecommitdiffstats
path: root/conf/machine/k2hk-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/k2hk-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/k2hk-evm.conf')
-rw-r--r--conf/machine/k2hk-evm.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
index f9954d33..d375b24f 100644
--- a/conf/machine/k2hk-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -10,7 +10,9 @@ BOOT_MONITOR_MAKE_TARGET = "k2hk"
10 10
11IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" 11IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio"
12 12
13SERIAL_CONSOLE = "115200 ttyS0" 13SERIAL_CONSOLE = ""
14SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"
15SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
14 16
15SYSVINIT_ENABLED_GETTYS = "" 17SYSVINIT_ENABLED_GETTYS = ""
16 18