summaryrefslogtreecommitdiffstats
path: root/conf/machine/am335x-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-02-11 06:07:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-11 01:14:57 +0000
commit576c6f9a31efb67b0b86f580950f0dd1082f6904 (patch)
treef80bdc825d2cacbc6841177d97655c68cee23a07 /conf/machine/am335x-evm.conf
parentb91222fe1d25e322b36c8f71e5d556800d73641c (diff)
downloadmeta-ti-576c6f9a31efb67b0b86f580950f0dd1082f6904.tar.gz
conf/machine: generalize wic usage by moving settings to SOC files
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am335x-evm.conf')
-rw-r--r--conf/machine/am335x-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index 8bfbee84..469c4d37 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -7,7 +7,7 @@ require conf/machine/include/ti33x.inc
7MACHINE_GUI_CLASS = "smallscreen" 7MACHINE_GUI_CLASS = "smallscreen"
8MACHINE_FEATURES += "touchscreen" 8MACHINE_FEATURES += "touchscreen"
9 9
10IMAGE_FSTYPES += "ubifs ubi tar.xz" 10IMAGE_FSTYPES += "ubifs ubi"
11 11
12# Normally AM335 boards use ttyS0, but ICE uses ttyS3, so try both 12# Normally AM335 boards use ttyS0, but ICE uses ttyS3, so try both
13SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" 13SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3"