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 <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut 2023-02-28 00:00:19 +01:00
parent ca9299747f
commit 143bd4e315

View 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