summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-10-14 14:18:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-14 15:26:57 +0200
commit1c91b2b2104e0dc9fe6262387acffff61718480e (patch)
tree1f88350a0ad1c5c7668cffdf32da02143b337dbd /arch/arm/mach-at91
parent6e56ecbf20c24446f6389cfc2f91f14f9573c47a (diff)
downloadbarebox-1c91b2b2104e0dc9fe6262387acffff61718480e.tar.gz
barebox-1c91b2b2104e0dc9fe6262387acffff61718480e.tar.xz
ARM: at91: use compressed DTB for AT91_MULTI_BOARDS
To offset the size increase by using multi-image have the DTBs be compressed. This reduces e.g. the microchip_ksz9477_evb_defconfig by about 22K from 244K to 222K. This will also come in handy when implementing first stage support later on. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 8bb9cf8bbe..070f2f6893 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -536,6 +536,7 @@ endif
config AT91_MULTI_BOARDS
bool "Allow multiple boards to be selected"
select HAVE_PBL_MULTI_IMAGES
+ select ARM_USE_COMPRESSED_DTB
if AT91_MULTI_BOARDS