board-spl-rule
authorVagrant Cascadian <vagrant@debian.org>
Tue, 9 Apr 2019 02:47:02 +0000 (03:47 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 9 Apr 2019 02:47:02 +0000 (03:47 +0100)
Gbp-Pq: Topic arndale
Gbp-Pq: Name board-spl-rule.diff

Makefile

index 151e02b9bde93112dfe8e1b17ce250dbe61e2ab0..26150a2da98c3dee20f8253702ae792fa3ba3ef4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1660,6 +1660,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