diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am65xx-evm.conf | 3 | ||||
-rw-r--r-- | conf/machine/j7-evm.conf | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf index bd57c485..0652a0af 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx-evm.conf | |||
@@ -8,7 +8,8 @@ MACHINE_FEATURES += "touchscreen" | |||
8 | 8 | ||
9 | IMAGE_FSTYPES += "tar.xz wic.xz" | 9 | IMAGE_FSTYPES += "tar.xz wic.xz" |
10 | 10 | ||
11 | SERIAL_CONSOLES = "115200;ttyS2" | 11 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" |
12 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
12 | 13 | ||
13 | KERNEL_DEVICETREE = " \ | 14 | KERNEL_DEVICETREE = " \ |
14 | ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \ | 15 | ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \ |
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf index 668dace0..65525fab 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf | |||
@@ -6,7 +6,7 @@ require conf/machine/include/k3.inc | |||
6 | 6 | ||
7 | IMAGE_FSTYPES += "tar.xz wic.xz" | 7 | IMAGE_FSTYPES += "tar.xz wic.xz" |
8 | 8 | ||
9 | SERIAL_CONSOLES = "115200;ttyS2" | 9 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" |
10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
11 | 11 | ||
12 | KERNEL_DEVICETREE = " \ | 12 | KERNEL_DEVICETREE = " \ |