summaryrefslogtreecommitdiffstats
path: root/conf/machine/omap5-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/omap5-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/omap5-evm.conf')
-rw-r--r--conf/machine/omap5-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf
index 28044cb9..b4cec1a2 100644
--- a/conf/machine/omap5-evm.conf
+++ b/conf/machine/omap5-evm.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/omap-a15.inc 5require conf/machine/include/omap-a15.inc
6 6
7IMAGE_FSTYPES += "ubi tar.gz" 7IMAGE_FSTYPES += "ubi tar.xz"
8 8
9KERNEL_DEVICETREE = "omap5-uevm.dtb" 9KERNEL_DEVICETREE = "omap5-uevm.dtb"
10 10