summaryrefslogtreecommitdiff
path: root/spl
diff options
context:
space:
mode:
Diffstat (limited to 'spl')
-rw-r--r--spl/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/spl/Makefile b/spl/Makefile
index 1d68c03e07..346d0aa253 100644
--- a/spl/Makefile
+++ b/spl/Makefile
@@ -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