summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm1136
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-24 11:12:21 +0900
committerTom Rini <trini@ti.com>2014-02-25 11:01:29 -0500
commit630d23455bf01ef92dba41589fdb338984717f2f (patch)
tree7742b710c5a9e6ed701e786b029c73ae807eafb8 /arch/arm/cpu/arm1136
parent4e0c8abcdd8748b20e1652bd35351d077baad2f2 (diff)
downloadblackbird-obmc-uboot-630d23455bf01ef92dba41589fdb338984717f2f.tar.gz
blackbird-obmc-uboot-630d23455bf01ef92dba41589fdb338984717f2f.zip
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 'arch/arm/cpu/arm1136')
-rw-r--r--arch/arm/cpu/arm1136/config.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/cpu/arm1136/config.mk b/arch/arm/cpu/arm1136/config.mk
index 91b0ef31bc..a82c6cec9c 100644
--- a/arch/arm/cpu/arm1136/config.mk
+++ b/arch/arm/cpu/arm1136/config.mk
@@ -7,13 +7,3 @@
# Make ARMv5 to allow more compilers to work, even though its v6.
PLATFORM_CPPFLAGS += -march=armv5
-
-ifneq ($(CONFIG_IMX_CONFIG),)
-ifdef CONFIG_SPL
-ifdef CONFIG_SPL_BUILD
-ALL-y += SPL
-endif
-else
-ALL-y += u-boot.imx
-endif
-endif
OpenPOWER on IntegriCloud