mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue