summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-09-13 23:19:40 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2019-09-17 11:48:09 +0200
commit6d519b108b41ad72531d7517acf22f1cc2fac280 (patch)
tree072d4abbdda71c19c59eec14fe20df2c73210128 /arch/arm/mach-imx
parent541de2050e7e7e72b67f6a91177d198278477f86 (diff)
downloadbarebox-6d519b108b41ad72531d7517acf22f1cc2fac280.tar.gz
barebox-6d519b108b41ad72531d7517acf22f1cc2fac280.tar.xz
ARM: zii-imx7d-dev: Swith to using compressed DTB
Reduces image size by 68K (from 652K to 584K) on my test configuration. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index baeeac88c0..a50a02bd3c 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -479,6 +479,7 @@ config MACH_ZII_VF610_DEV
config MACH_ZII_IMX7D_DEV
bool "ZII i.MX7D based devices"
select ARCH_IMX7
+ select ARM_USE_COMPRESSED_DTB
config MACH_PHYTEC_PHYCORE_IMX7
bool "Phytec phyCORE i.MX7"