summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-06-09 07:59:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-06-17 08:28:55 +0200
commit9949ba5b6e49c56d7428d603d2101af1e993c0a7 (patch)
tree823ada5b38561502dc6ab65d98a36a550aa771ff /arch/arm/mach-bcm283x/Kconfig
parentf9a6294e0f527f008ce15192c40fc6206d038e30 (diff)
downloadbarebox-9949ba5b6e49c56d7428d603d2101af1e993c0a7.tar.gz
barebox-9949ba5b6e49c56d7428d603d2101af1e993c0a7.tar.xz
ARM: rpi: switch to ARM_USE_COMPRESSED_DTB
We'll add a generic image containing multiple DTs in a follow-up commit, which would benefit from compressing the DTs. For uniformity, compress the existing DTs as well to save some kilobytes there. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220609055922.667016-7-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-bcm283x/Kconfig')
-rw-r--r--arch/arm/mach-bcm283x/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig
index 75acee8dad..5be236a684 100644
--- a/arch/arm/mach-bcm283x/Kconfig
+++ b/arch/arm/mach-bcm283x/Kconfig
@@ -8,6 +8,7 @@ config ARCH_TEXT_BASE
config MACH_RPI_COMMON
bool
+ select ARM_USE_COMPRESSED_DTB
menu "select Broadcom BCM283X boards to be built"