From 0496a10d612573a1e47bb431a0d8630cbbea0419 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Fri, 16 May 2014 17:59:39 +0800 Subject: device.mk: set value for PRE_BOOT_FILES via this change, make files(bl1.bin bl2.bin bl31.bin fip.bin) copied before boot.tar.bz2 generated Signed-off-by: Yongqin Liu --- device.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'device.mk') diff --git a/device.mk b/device.mk index 422036d..2f225d7 100644 --- a/device.mk +++ b/device.mk @@ -37,6 +37,7 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ $(LOCAL_PATH)/preboot/bl2.bin:boot/bl2.bin \ $(LOCAL_PATH)/preboot/bl31.bin:boot/bl31.bin \ $(LOCAL_PATH)/preboot/fip.bin:boot/fip.bin) +PRE_BOOT_FILES := bl1.bin bl2.bin bl31.bin fip.bin DEVICE_PACKAGE_OVERLAYS := device/linaro/juno/overlay -- cgit v1.2.3