summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-03-05 01:19:10 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-04 19:42:28 +0000
commita083a18f49ade2acc5f41105e95d572eb07a37bf (patch)
treed3d0a562b234a6825ece1578371aa234a60cb769 /conf/machine
parent3626c169121796728ebf5926eaf5c0ff5e3fd067 (diff)
downloadmeta-ti-a083a18f49ade2acc5f41105e95d572eb07a37bf.tar.gz
am65xx-evm: drop cpio rootfs images by default due to size
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/am65xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index a3fbbc0e..71593423 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/k3.inc
6 6
7MACHINE_FEATURES += "touchscreen" 7MACHINE_FEATURES += "touchscreen"
8 8
9IMAGE_FSTYPES += "tar.xz cpio cpio.xz wic.xz" 9IMAGE_FSTYPES += "tar.xz wic.xz"
10 10
11SERIAL_CONSOLES = "115200;ttyS2" 11SERIAL_CONSOLES = "115200;ttyS2"
12 12