From: Marek Vasut Date: Mon, 27 Feb 2023 23:00:19 +0000 (+0100) Subject: ARM: renesas: Enable DTO support by default on R-Car Gen3 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=143bd4e31536e4aee2902925224eef27fdee0167;p=u-boot.git 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 --- 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