summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-04-25 08:28:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-04-25 12:35:04 +0200
commite8480332b4fedf5d55c108b8426c6c198cf402a9 (patch)
treebb2425c25e6f3ff9b7e45888e321c974a2f3939a /arch/arm/configs
parent6be3da8eeb35006c4c2262786d20ec15ba80c3b0 (diff)
downloadbarebox-e8480332b4fedf5d55c108b8426c6c198cf402a9.tar.gz
barebox-e8480332b4fedf5d55c108b8426c6c198cf402a9.tar.xz
ARM: configs: rpi: add and document single barebox-dt-2nd bootloader
With recent rework, we can install barebox along with all supported Raspberry Pi device trees to the boot partition and let the VideoCore take core of passing the correct device tree to barebox. Enable the relevant option in config and document this briefly. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220425062849.17954-5-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/rpi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/rpi_defconfig b/arch/arm/configs/rpi_defconfig
index b823a9a3d0..e0e1497481 100644
--- a/arch/arm/configs/rpi_defconfig
+++ b/arch/arm/configs/rpi_defconfig
@@ -3,6 +3,7 @@ CONFIG_MACH_RPI=y
CONFIG_MACH_RPI2=y
CONFIG_MACH_RPI3=y
CONFIG_MACH_RPI_CM3=y
+CONFIG_BOARD_ARM_GENERIC_DT=y
CONFIG_AEABI=y
CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
CONFIG_ARM_UNWIND=y