mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-29 23:41:52 +01:00
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:
parent
ca9299747f
commit
143bd4e315
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user