summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-04-11 17:11:02 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-11 17:11:02 +0200
commit1f810178360cd6420366f49d6191b8fc139f0ba8 (patch)
tree42a530aa76764b713c9e626064cdb4e6edd5093e
parentc91dac842ea72c5df4f9146c8b364ce0a6f5f432 (diff)
download10-1f810178360cd6420366f49d6191b8fc139f0ba8.tar.gz
Added support for xloader (MLO)
-rw-r--r--tasks/bootfiles.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/bootfiles.mk b/tasks/bootfiles.mk
index 8489e69..c9cea21 100644
--- a/tasks/bootfiles.mk
+++ b/tasks/bootfiles.mk
@@ -8,5 +8,8 @@ bootfiles:
ifeq ($(TARGET_USE_UBOOT),true)
cp $(PRODUCT_OUT)/u-boot.bin $(PRODUCT_OUT)/boot
endif
+ifeq ($(TARGET_USE_XLOADER),true)
+ cp $(XLOADER_BINARY) $(PRODUCT_OUT)/boot
+endif
$(INSTALLED_BOOTTARBALL_TARGET): bootfiles \ No newline at end of file