diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-05-04 23:15:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-05-04 13:40:40 -0400 |
commit | d236f27110a27598fa727c09f0bc71a037a0a563 (patch) | |
tree | 6066a44205823e1d5c88e0d62029883ef746c854 /conf/machine/dra7xx-evm.conf | |
parent | c1eecb62f2699c9bbfefb8db1b0f762d4967a2c7 (diff) | |
download | meta-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.conf | 4 |
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 | ||
9 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" | 9 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" |
10 | 10 | ||
11 | SERIAL_CONSOLE = "115200 ttyO0" | 11 | SERIAL_CONSOLE = "" |
12 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | ||
13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
12 | 14 | ||
13 | UBOOT_MACHINE = "dra7xx_evm_config" | 15 | UBOOT_MACHINE = "dra7xx_evm_config" |
14 | 16 | ||