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

28 Feb
2023
28 Feb
'23
midnight
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@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
811
Age (days ago)
811
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marek Vasut