[U-Boot] [PATCH 047/126] spl: Allow SPL/TPL to use of-platdata without libfdt

Bin Meng bmeng.cn at gmail.com
Mon Oct 7 01:55:27 UTC 2019


On Sat, Oct 5, 2019 at 11:30 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Wed, Sep 25, 2019 at 10:58 PM Simon Glass <sjg at chromium.org> wrote:
> >
> > At present libfdt is included in SPL/TPL if SPL/TPL_OF_CONTROL is enabled.
> > But if of-platdata is in use this is not required. Update the condition to
> > avoid building this extra code. This ensures that if a libfdt function is
> > used it will produce a link error rather than silently increasing the
> > build size.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> >  lib/Kconfig | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list