[U-Boot] [PATCH 1/2] configs: TI: Enable FIT Library overlay support
Sam Protsenko
semen.protsenko at linaro.org
Thu Apr 26 16:46:50 UTC 2018
On 26 April 2018 at 00:03, Praneeth Bajjuri <praneeth at ti.com> wrote:
> 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 at ti.com>
> Suggested-by: Andrew F.Davis <afd at ti.com>
Reviewed-by: Sam Protsenko <semen.protsenko at linaro.org>
> ---
> lib/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/Kconfig b/lib/Kconfig
> index 436b90f..6d5306a 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -252,6 +252,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.
>
> --
> 1.9.1
>
More information about the U-Boot
mailing list