summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-08-24 16:16:27 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-08-24 16:16:27 +0159
commitb75663e5402826ac8df1b5b18571784673e8d0f0 (patch)
tree9d543e03e67a17ccf441eae6f2cdf7d3e03185c2
parent0bec66137b9f04560a77fe93d73029648cc0981f (diff)
Copy Origen boot loader for the origen target
-rw-r--r--tasks/uboot.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/tasks/uboot.mk b/tasks/uboot.mk
index 135d010..8a647c2 100644
--- a/tasks/uboot.mk
+++ b/tasks/uboot.mk
@@ -25,4 +25,6 @@ $(PRODUCT_OUT)/u-boot.bin: android_uboot
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
+endif