[PATCH 1/2] Makefile: Fix dependency for u-boot-with-dtb.bin

Tom Rini trini at konsulko.com
Wed Aug 31 14:12:48 CEST 2022


On Wed, Aug 31, 2022 at 02:03:06PM +0200, Pali Rohár wrote:
> On Monday 01 August 2022 17:42:19 Pali Rohár wrote:
> > Makefile uses binman to produce u-boot-with-dtb.bin target. As its input it
> > takes DTB file and u-boot binary without DTB, which is stored in file
> > u-boot-nodtb.bin. So fix target dependency.
> > 
> > Signed-off-by: Pali Rohár <pali at kernel.org>
> > ---
> >  Makefile | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Makefile b/Makefile
> > index ff25f9297486..dcfcd7ebd5d2 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -1628,7 +1628,7 @@ u-boot-with-nand-spl.sfp: u-boot-spl-padx4.sfp u-boot.img FORCE
> >  endif
> >  
> >  ifeq ($(CONFIG_MPC85xx)$(CONFIG_OF_SEPARATE),yy)
> > -u-boot-with-dtb.bin: u-boot.bin u-boot.dtb \
> > +u-boot-with-dtb.bin: u-boot-nodtb.bin u-boot.dtb \
> >  	$(if $(CONFIG_MPC85XX_HAVE_RESET_VECTOR), u-boot-br.bin) FORCE
> >  	$(call if_changed,binman)
> 
> PING? This fix is also waiting here for month.

Like all of your other PowerPC changes, Marek?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220831/d5dc6937/attachment.sig>


More information about the U-Boot mailing list