Skip to content
Snippets Groups Projects
Commit 58a46f88 authored by Praneeth Bajjuri's avatar Praneeth Bajjuri Committed by Tom Rini
Browse files

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: default avatarPraneeth Bajjuri <praneeth@ti.com>
Suggested-by: default avatarAndrew F.Davis <afd@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
parent cd30f3fc
No related branches found
No related tags found
No related merge requests found
...@@ -286,6 +286,7 @@ config OF_LIBFDT ...@@ -286,6 +286,7 @@ config OF_LIBFDT
config OF_LIBFDT_OVERLAY config OF_LIBFDT_OVERLAY
bool "Enable the FDT library overlay support" bool "Enable the FDT library overlay support"
default y if ARCH_OMAP2PLUS || ARCH_KEYSTONE
help help
This enables the FDT library (libfdt) overlay support. This enables the FDT library (libfdt) overlay support.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment