From 143bd4e31536e4aee2902925224eef27fdee0167 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 28 Feb 2023 00:00:19 +0100 Subject: [PATCH] ARM: renesas: Enable DTO support by default on R-Car Gen3 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 --- 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 8e617e5824..554130b435 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.5