From 1f810178360cd6420366f49d6191b8fc139f0ba8 Mon Sep 17 00:00:00 2001 From: Patrik Ryd Date: Mon, 11 Apr 2011 17:11:02 +0200 Subject: Added support for xloader (MLO) --- tasks/bootfiles.mk | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3