[U-Boot] [PATCH] tegra: allow build to succeed with SPL disabled

Vidya Sagar vidyas at nvidia.com
Fri Nov 1 18:27:42 CET 2013



> -----Original Message-----
> From: Tom Warren
> Sent: Thursday, October 31, 2013 9:38 PM
> To: Vidya Sagar; u-boot at lists.denx.de
> Cc: Stephen Warren; Vidya Sagar; Tom Warren
> Subject: RE: [PATCH] tegra: allow build to succeed with SPL disabled
> 
> Vidya,
> 
> > -----Original Message-----
> > From: Vidya Sagar [mailto:vidyas at nvidia.com]
> > Sent: Thursday, October 31, 2013 2:22 AM
> > To: u-boot at lists.denx.de
> > Cc: Tom Warren; Stephen Warren; Vidya Sagar
> > Subject: [PATCH] tegra: allow build to succeed with SPL disabled
> >
> > u-boot-dtb-tegra.bin and u-boot-nodtb-tegra.bin binaries are generated
> > only if the SPL build is enabled as they have dependency on SPL build
> >
> > Signed-off-by: Vidya Sagar <vidyas at nvidia.com>
> > ---
> >  Makefile | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/Makefile b/Makefile
> > index 1365db6..3c71082 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -407,12 +407,14 @@ endif
> >
> >  # enable combined SPL/u-boot/dtb rules for tegra  ifneq
> > ($(CONFIG_TEGRA),)
> > +ifeq ($(CONFIG_SPL),y)
> >  ifeq ($(CONFIG_OF_SEPARATE),y)
> >  ALL-y += $(obj)u-boot-dtb-tegra.bin
> >  else
> >  ALL-y += $(obj)u-boot-nodtb-tegra.bin  endif  endif
> > +endif
> >
> >  all:		$(ALL-y) $(SUBDIR_EXAMPLES)
> >
> > --
> > 1.8.1.5
> LGTM, thanks.  I assume you built all Tegra boards using MAKEALL?
> 
> If so, then:
> Acked-by: Tom Warren <twarren at nvidia.com>
> --
> nvpublic

I've run "./MAKEALL -v nvidia" and didn't see any issue.

--
nvpublic


More information about the U-Boot mailing list