From: Ian Campbell Date: Mon, 5 Oct 2020 19:13:28 +0000 (+0100) Subject: Add spl/arndale-spl.bin rule X-Git-Tag: archive/raspbian/2021.01+dfsg-4+rpi1~1^2^2^2^2^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4144b2baedbde32e31b6a5b7b49de16187705dda;p=u-boot.git Add spl/arndale-spl.bin rule Gbp-Pq: Topic arndale Gbp-Pq: Name board-spl-rule.diff --- diff --git a/Makefile b/Makefile index 05d6ae469..e866ab891 100644 --- a/Makefile +++ b/Makefile @@ -1935,6 +1935,9 @@ spl/u-boot-spl.sfp: spl/u-boot-spl spl/boot.bin: spl/u-boot-spl @: +spl/arndale-spl.bin: spl/u-boot-spl + @: + tpl/u-boot-tpl.bin: tools prepare \ $(if $(CONFIG_OF_SEPARATE)$(CONFIG_OF_EMBED)$(CONFIG_SPL_OF_PLATDATA),dts/dt.dtb) $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all