diff options
| author | Praneeth Bajjuri <[email protected]> | 2018-04-25 16:03:23 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-05-08 09:07:37 -0400 |
| commit | 58a46f88aff1f10f02905c0bec8366bc02e1765b (patch) | |
| tree | cc3b09bdd23c344fa3066550e0b21883767efb93 /lib | |
| parent | cd30f3fc9e4bfee2c314eda1995dc0edb092847c (diff) | |
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 <[email protected]>
Suggested-by: Andrew F.Davis <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 33fb06712f3..3fa1731a495 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. |
