aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2018-04-25 16:03:23 -0500
committerTom Rini <trini@konsulko.com>2018-05-08 09:07:37 -0400
commit58a46f88aff1f10f02905c0bec8366bc02e1765b (patch)
treecc3b09bdd23c344fa3066550e0b21883767efb93 /lib/Kconfig
parentcd30f3fc9e4bfee2c314eda1995dc0edb092847c (diff)
downloadu-boot-midas-58a46f88aff1f10f02905c0bec8366bc02e1765b.tar.gz
u-boot-midas-58a46f88aff1f10f02905c0bec8366bc02e1765b.tar.bz2
u-boot-midas-58a46f88aff1f10f02905c0bec8366bc02e1765b.zip
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>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 33fb06712f..3fa1731a49 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -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.