]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - spl/Makefile
kbuild: refactor more IMX image rules
[karo-tx-uboot.git] / spl / Makefile
index 1d68c03e07fb74c5b115d9929050de862e8e99bb..346d0aa253ff769caea662402cfa5cc4c24f799a 100644 (file)
@@ -180,9 +180,6 @@ MKIMAGEFLAGS_MLO.byteswap = -T omapimage -n byteswap -a $(CONFIG_SPL_TEXT_BASE)
 MLO MLO.byteswap: $(obj)/u-boot-spl.bin
        $(call if_changed,mkimage)
 
-SPL: $(obj)/u-boot-spl.bin
-       $(Q)$(MAKE) $(build)=arch/arm/imx-common $@
-
 ALL-y  += $(obj)/$(SPL_BIN).bin
 
 ifdef CONFIG_SAMSUNG