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 | |
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')
-rw-r--r-- | conf/machine/am437x-evm.conf | 4 | ||||
-rw-r--r-- | conf/machine/am57xx-evm.conf | 4 | ||||
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 4 | ||||
-rw-r--r-- | conf/machine/k2e-evm.conf | 4 | ||||
-rw-r--r-- | conf/machine/k2g-evm.conf | 4 | ||||
-rw-r--r-- | conf/machine/k2hk-evm.conf | 4 | ||||
-rw-r--r-- | conf/machine/k2l-evm.conf | 4 |
7 files changed, 21 insertions, 7 deletions
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf index 16f7cd84..e4f237a2 100644 --- a/conf/machine/am437x-evm.conf +++ b/conf/machine/am437x-evm.conf | |||
@@ -11,7 +11,9 @@ MACHINE_FEATURES += "touchscreen" | |||
11 | 11 | ||
12 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" | 12 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" |
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyO0" | 14 | SERIAL_CONSOLE = "" |
15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | ||
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
15 | 17 | ||
16 | # UBI information. Note that this is board and kernel specific. Changes | 18 | # UBI information. Note that this is board and kernel specific. Changes |
17 | # in your kernel port may require changes in these variables. For more | 19 | # in your kernel port may require changes in these variables. For more |
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index cd3adc9e..5d6bf09b 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-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 ttyO2" | 11 | SERIAL_CONSOLE = "" |
12 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2" | ||
13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
12 | 14 | ||
13 | UBOOT_MACHINE = "am57xx_evm_config" | 15 | UBOOT_MACHINE = "am57xx_evm_config" |
14 | 16 | ||
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 | ||
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf index e531f712..07353577 100644 --- a/conf/machine/k2e-evm.conf +++ b/conf/machine/k2e-evm.conf | |||
@@ -10,7 +10,9 @@ BOOT_MONITOR_MAKE_TARGET = "k2e" | |||
10 | 10 | ||
11 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" | 11 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" |
12 | 12 | ||
13 | SERIAL_CONSOLE = "115200 ttyS0" | 13 | SERIAL_CONSOLE = "" |
14 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | ||
15 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
14 | 16 | ||
15 | SYSVINIT_ENABLED_GETTYS = "" | 17 | SYSVINIT_ENABLED_GETTYS = "" |
16 | 18 | ||
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 | ||
13 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" | 13 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" |
14 | 14 | ||
15 | SERIAL_CONSOLE = "115200 ttyS0" | 15 | SERIAL_CONSOLE = "" |
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | ||
17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
16 | 18 | ||
17 | SYSVINIT_ENABLED_GETTYS = "" | 19 | SYSVINIT_ENABLED_GETTYS = "" |
18 | 20 | ||
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 | ||
11 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" | 11 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" |
12 | 12 | ||
13 | SERIAL_CONSOLE = "115200 ttyS0" | 13 | SERIAL_CONSOLE = "" |
14 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | ||
15 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
14 | 16 | ||
15 | SYSVINIT_ENABLED_GETTYS = "" | 17 | SYSVINIT_ENABLED_GETTYS = "" |
16 | 18 | ||
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf index a94be5a0..c7b712b1 100644 --- a/conf/machine/k2l-evm.conf +++ b/conf/machine/k2l-evm.conf | |||
@@ -10,7 +10,9 @@ BOOT_MONITOR_MAKE_TARGET = "k2l" | |||
10 | 10 | ||
11 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" | 11 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" |
12 | 12 | ||
13 | SERIAL_CONSOLE = "115200 ttyS0" | 13 | SERIAL_CONSOLE = "" |
14 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | ||
15 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
14 | 16 | ||
15 | SYSVINIT_ENABLED_GETTYS = "" | 17 | SYSVINIT_ENABLED_GETTYS = "" |
16 | 18 | ||