summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-06-11 11:43:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-06-19 11:01:58 +0200
commit6c3a294621265d42e3e45d35eb651c10f1afc5cf (patch)
treee4e7133e1946cc5bfc74df683e6929aad89135f6 /arch/arm/mach-stm32mp/Kconfig
parent2352352d49f8d10276f257f49efdb055a4480b64 (diff)
downloadbarebox-6c3a294621265d42e3e45d35eb651c10f1afc5cf.tar.gz
barebox-6c3a294621265d42e3e45d35eb651c10f1afc5cf.tar.xz
ARM: stm32mp: stm32mp157c-dk2: compress the DTB
This saves 23K with my configuration (from 250K to 227K). Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-stm32mp/Kconfig')
-rw-r--r--arch/arm/mach-stm32mp/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index bcf7293c46..be16294f5a 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -5,6 +5,7 @@ config ARCH_STM32MP1157
config MACH_STM32MP157C_DK2
select ARCH_STM32MP1157
+ select ARM_USE_COMPRESSED_DTB
bool "STM32MP157C-DK2 board"
endif