From: Praneeth Bajjuri <praneeth@ti.com>
Date: Wed, 25 Apr 2018 21:03:23 +0000 (-0500)
Subject: configs: TI: Enable FIT Library overlay support
X-Git-Tag: v2025.01-rc5-pxa1908~4360
X-Git-Url: http://git.dujemihanovic.xyz/%22bddb.css/static/gitweb.css?a=commitdiff_plain;h=58a46f88aff1f10f02905c0bec8366bc02e1765b;p=u-boot.git

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>
---

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.