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