summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap5/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/config.mk')
-rw-r--r--arch/arm/cpu/armv7/omap5/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv7/omap5/config.mk b/arch/arm/cpu/armv7/omap5/config.mk
index 2673af9668..ef2725affa 100644
--- a/arch/arm/cpu/armv7/omap5/config.mk
+++ b/arch/arm/cpu/armv7/omap5/config.mk
@@ -7,7 +7,7 @@
#
ifdef CONFIG_SPL_BUILD
-ALL-y += $(OBJTREE)/MLO
+ALL-y += MLO
else
-ALL-y += $(obj)u-boot.img
+ALL-y += u-boot.img
endif