summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfigCommon.mk7
-rw-r--r--build/tasks/dtimage.mk5
2 files changed, 5 insertions, 7 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index c7eb435c..63062c11 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -36,13 +36,6 @@ TARGET_USE_PAN_DISPLAY := true
SF_START_GRAPHICS_ALLOCATOR_SERVICE := true
-# enable to use the CPUSETS feature
-ENABLE_CPUSETS := true
-ENABLE_SCHEDBOOST := true
-# We may want to enable this later
-# but right now it doesn't build.
-#ENABLE_SCHED_BOOST := true
-
BOARD_SEPOLICY_DIRS += device/linaro/hikey/sepolicy
DEVICE_MANIFEST_FILE := device/linaro/hikey/manifest.xml
diff --git a/build/tasks/dtimage.mk b/build/tasks/dtimage.mk
index 9dc6668b..4d6a74d4 100644
--- a/build/tasks/dtimage.mk
+++ b/build/tasks/dtimage.mk
@@ -8,5 +8,10 @@ $(PRODUCT_OUT)/dt.img: $(DTB)
$(MKDTIMG) -c -d $(DTB) -o $@
droidcore: $(PRODUCT_OUT)/dt.img
+
+# Images will be packed into target_files zip, and hikey-img.zip.
+INSTALLED_RADIOIMAGE_TARGET += $(PRODUCT_OUT)/dt.img
+BOARD_PACK_RADIOIMAGES += dt.img
+
endif
endif