summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/arm926ejs/config.mk')
-rw-r--r--arch/arm/cpu/arm926ejs/config.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/cpu/arm926ejs/config.mk b/arch/arm/cpu/arm926ejs/config.mk
index 6a3a1bb354..f0e31d1805 100644
--- a/arch/arm/cpu/arm926ejs/config.mk
+++ b/arch/arm/cpu/arm926ejs/config.mk
@@ -33,7 +33,11 @@ PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-mali
PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
ifneq ($(CONFIG_IMX_CONFIG),)
-
+ifdef CONFIG_SPL
+ifdef CONFIG_SPL_BUILD
+ALL-y += $(OBJTREE)/SPL
+endif
+else
ALL-y += $(obj)u-boot.imx
-
+endif
endif
OpenPOWER on IntegriCloud