summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/am65xx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/am65xx.inc')
-rw-r--r--conf/machine/include/am65xx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc
index f60d1662..1acb205b 100644
--- a/conf/machine/include/am65xx.inc
+++ b/conf/machine/include/am65xx.inc
@@ -1,7 +1,7 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":am65xx" 2SOC_FAMILY_append = ":am65xx"
3 3
4MACHINE_FEATURES += "touchscreen" 4MACHINE_FEATURES += "screen touchscreen gpu"
5 5
6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" 6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"