[PATCH] ARM: renesas: Enable DTO support by default on R-Car Gen3

Marek Vasut marek.vasut+renesas at mailbox.org
Tue Feb 28 00:00:19 CET 2023


All R-Car Gen3 defconfigs present in U-Boot do enable DTO support,
enable it for all of R-Car Gen3 by default in Kconfig instead, so
that no new boards would miss this functionality.

Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
 arch/arm/mach-rmobile/Kconfig.64 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 8e617e58244..554130b435b 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -204,4 +204,7 @@ config SYS_MALLOC_F_LEN
 config DM_RESET
 	default y if RCAR_GEN3
 
+config OF_LIBFDT_OVERLAY
+	default y if RCAR_GEN3
+
 endif
-- 
2.39.2



More information about the U-Boot mailing list