]> Git Repo - J-u-boot.git/commitdiff
ARM: renesas: Enable DTO support by default on R-Car Gen3
authorMarek Vasut <[email protected]>
Mon, 27 Feb 2023 23:00:19 +0000 (00:00 +0100)
committerMarek Vasut <[email protected]>
Sat, 18 Mar 2023 10:59:45 +0000 (11:59 +0100)
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 <[email protected]>
arch/arm/mach-rmobile/Kconfig.64

index 8e617e582442c26ec646acf01bf2e2dc7c056552..554130b435be22e36519db20fdfb1f38bca07029 100644 (file)
@@ -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
This page took 0.027641 seconds and 4 git commands to generate.