summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-03-22 08:14:49 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2013-03-22 08:14:49 +0000
commit4388e81e51aac508153cb58851fb53392f3c4b80 (patch)
tree66cc7a593aae1e8ed4270f49da97f67af4e4e2c1
parent5b492067d72441ad15816fe5539633ce62f4a120 (diff)
tasks: Copy arndale bl1 binary
Change-Id: Id34268ec9d264abecd6e8f48f2dcf38385110e06 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--tasks/bootfiles.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/bootfiles.mk b/tasks/bootfiles.mk
index e0f805b..2030ae0 100644
--- a/tasks/bootfiles.mk
+++ b/tasks/bootfiles.mk
@@ -64,6 +64,9 @@ ifeq ($(TARGET_BOARD_PLATFORM),origen_quad)
cp -r $(TOP)/vendor/samsung/origen_quad/proprietary/bootloader/* $(PRODUCT_OUT)/boot
cp -r $(TOP)/vendor/samsung/origen_quad/proprietary/EULA.txt $(PRODUCT_OUT)/boot
endif
+ifeq ($(TARGET_BOARD_PLATFORM),arndale)
+ cp -r $(TOP)/device/linaro/arndale/arndale-bl1.bin $(PRODUCT_OUT)/boot
+endif
$(INSTALLED_BOOTTARBALL_TARGET): copybootfiles