diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-24 11:12:21 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-25 11:01:29 -0500 |
commit | 630d23455bf01ef92dba41589fdb338984717f2f (patch) | |
tree | 7742b710c5a9e6ed701e786b029c73ae807eafb8 /spl | |
parent | 4e0c8abcdd8748b20e1652bd35351d077baad2f2 (diff) |
kbuild: refactor more IMX image rules
This commit avoids generating ./SPL twice.
- Fist time descending to spl/
- Second time as a prerequisite of u-boot-with-spl.imx,
u-boot-with-nand-spl.imx.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'spl')
-rw-r--r-- | spl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spl/Makefile b/spl/Makefile index 1d68c03e07f..346d0aa253f 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 |