summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-01-21 13:01:23 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2013-01-21 13:01:23 +0000
commit9afc8008e8e2d13ebe344f149e7ba857cbb8dfac (patch)
treefa2922dc9b989e74ee245b41eac706943e867919
parent63d68a14da8d5703d84c7d5fd4d9a6669e39c123 (diff)
common: Add support to copy hwpack config file
Change-Id: I2d14a1b51f3fb09382253ab953301208de995368 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 93f82d1..e222f00 100644
--- a/tasks/bootfiles.mk
+++ b/tasks/bootfiles.mk
@@ -57,6 +57,9 @@ endif
ifeq ($(TARGET_USE_XLOADER),true)
cp $(TOP)/device/linaro/x-loader/MLO $(PRODUCT_OUT)/boot
endif
+ifneq ($(TARGET_HWPACK_CONFIG),)
+ cp $(TARGET_HWPACK_CONFIG) $(PRODUCT_OUT)/boot/config
+endif
$(INSTALLED_BOOTTARBALL_TARGET): copybootfiles