From: Ian Campbell Date: Sun, 29 Jun 2025 00:33:57 +0000 (+0200) Subject: Add spl/arndale-spl.bin rule X-Git-Tag: archive/raspbian/2021.01+dfsg-5+rpi1+deb11u2^2~30 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=32ce06b400017cc70b0e3468501fab04b7551426;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 fc94ab35c..5f68b5496 100644 --- a/Makefile +++ b/Makefile @@ -1941,6 +1941,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