mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
configs: TI: Enable FIT Library overlay support
Enable the FDT library overlay support for all TI SOC family. Without this option, when Loading fdt from FIT image, the following warning is seen. "config with overlays but CONFIG_OF_LIBFDT_OVERLAY not set". Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Suggested-by: Andrew F.Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
This commit is contained in:
parent
cd30f3fc9e
commit
58a46f88af
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ config OF_LIBFDT
|
|||
|
||||
config OF_LIBFDT_OVERLAY
|
||||
bool "Enable the FDT library overlay support"
|
||||
default y if ARCH_OMAP2PLUS || ARCH_KEYSTONE
|
||||
help
|
||||
This enables the FDT library (libfdt) overlay support.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue