Re: [U-Boot] [PATCH 1/2] configs: TI: Enable FIT Library overlay support

2018-04-26 Thread Sam Protsenko
On 26 April 2018 at 00:03, Praneeth Bajjuri 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". > >

Re: [U-Boot] [PATCH 1/2] configs: TI: Enable FIT Library overlay support

2018-04-26 Thread Tom Rini
On Wed, Apr 25, 2018 at 04:03:23PM -0500, Praneeth Bajjuri 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". > >

[U-Boot] [PATCH 1/2] configs: TI: Enable FIT Library overlay support

2018-04-25 Thread Praneeth Bajjuri
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 Suggested-by: Andrew F.Davis