[PATCH 2/2] configs: rpi5: add rpi5 specific defconfig
Bruno Leite
brunosampaioleite at gmail.com
Fri May 2 13:34:35 CEST 2025
From: Bruno Leite <brule at prevas.dk>
rpi5 is currently built with rpi_arm64_defconfig,
but that is a generic defconfig that does not build
machine-specific things like the devicetree. Add the
rpi5 specific defconfig with it's own dts from upstream.
Signed-off-by: Bruno Leite <brule at prevas.dk>
---
configs/rpi_5_defconfig | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 configs/rpi_5_defconfig
diff --git a/configs/rpi_5_defconfig b/configs/rpi_5_defconfig
new file mode 100644
index 00000000000..852eff1c455
--- /dev/null
+++ b/configs/rpi_5_defconfig
@@ -0,0 +1,4 @@
+#include <configs/rpi_arm64_defconfig>
+
+CONFIG_DEFAULT_DEVICE_TREE="broadcom/bcm2712-rpi-5-b"
+CONFIG_OF_UPSTREAM=y
--
2.45.2
More information about the U-Boot
mailing list