From: Ian Campbell Date: Wed, 15 Apr 2020 00:24:39 +0000 (+0100) Subject: Add spl/arndale-spl.bin rule X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dc466c1e31204f2093e7c74c0f4f3db2507302b0;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 32924edb8..7250879d4 100644 --- a/Makefile +++ b/Makefile @@ -1872,6 +1872,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