summaryrefslogtreecommitdiffstats
path: root/conf/machine/am37x-evm.conf
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2020-02-01 01:34:26 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-01-31 21:32:18 +0000
commita3fdca327f7a6f1d2782effcf825d534b1396940 (patch)
tree2ec366818c157d40f0a260132a6fc18f6003a5ee /conf/machine/am37x-evm.conf
parent76b0f118a383e18ebed7aa737c2c22798fd911ae (diff)
downloadmeta-ti-a3fdca327f7a6f1d2782effcf825d534b1396940.tar.gz
conf/machine: use xz over gz for images
This compresses better and most machines use this now, lets switch these remaining machines over. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am37x-evm.conf')
-rw-r--r--conf/machine/am37x-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index e9d1838a..a512c8d0 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -7,7 +7,7 @@ require conf/machine/include/omap3.inc
7MACHINE_GUI_CLASS = "smallscreen" 7MACHINE_GUI_CLASS = "smallscreen"
8MACHINE_FEATURES += "touchscreen ethernet" 8MACHINE_FEATURES += "touchscreen ethernet"
9 9
10IMAGE_FSTYPES += "ubi tar.gz" 10IMAGE_FSTYPES += "ubi tar.xz"
11EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" 11EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
12 12
13KERNEL_DEVICETREE = "omap3-evm-37xx.dtb" 13KERNEL_DEVICETREE = "omap3-evm-37xx.dtb"