summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-06-28 08:13:25 -0700
committerElliott Hughes <enh@google.com>2017-06-28 08:13:25 -0700
commit99d2e724b33ce8a430022d574663daf170b73ef8 (patch)
tree554172fda3d57c4c2fceaaf3cb706df4faed818f
parentbcbc2f82f7e141918aab29491e489ffbd9ca2911 (diff)
downloadhikey-99d2e724b33ce8a430022d574663daf170b73ef8.tar.gz
Remove obsolete ENABLE_CPUSETS and ENABLE_SCHEDBOOST.
Also ENABLE_SCHED_BOOST, which was just a typo. Bug: N/A Test: builds Change-Id: I8ad0104c346578e561484d10f96d3489623f9441
-rw-r--r--BoardConfigCommon.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index dd90ce35..bbcb0d81 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -35,13 +35,6 @@ TARGET_USERIMAGES_USE_EXT4 := true
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
TARGET_USE_PAN_DISPLAY := 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
ifeq ($(HOST_OS), linux)