summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2011-08-24 18:26:58 +0000
committerGerrit Code Review <gerrit@betelgeuse.canonical.com>2011-08-24 18:26:58 +0000
commit7a38988f8f1ede6b7532975f5161c3e2821ed926 (patch)
tree1575872cdc5284a886890d80cb51f46f8e8f0612
parentcdb047e25fedca2dfe19cd5ae5e40702052369a0 (diff)
parent9f0ffb383765f5b226068245c1d74492c8c70145 (diff)
Merge "Fix location of u-boot-mmc-spl.bin -- with O=.. it's already in the PRODUCT_OUT tree" into linaro_android_2.3.5
-rw-r--r--tasks/uboot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/uboot.mk b/tasks/uboot.mk
index 8a647c2..3bd8be7 100644
--- a/tasks/uboot.mk
+++ b/tasks/uboot.mk
@@ -26,5 +26,5 @@ ifeq ($(TARGET_PRODUCT), iMX53)
cp $(TOP)/u-boot/u-boot.imx $(PRODUCT_OUT)/u-boot.imx
endif
ifeq ($(TARGET_PRODUCT), origen)
- cp $(TOP)/u-boot/mmc_spl/u-boot-mmc-spl.bin $(PRODUCT_OUT)/u-boot-mmc-spl.bin
+ cp $(PRODUCT_OUT)/obj/u-boot/mmc_spl/u-boot-mmc-spl.bin $(PRODUCT_OUT)/u-boot-mmc-spl.bin
endif