summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2016-06-06 12:15:49 +0100
committerJon Medhurst <tixy@linaro.org>2016-06-06 12:15:49 +0100
commit9665f86e54119138b46ec0cf775559fdca1c7716 (patch)
tree5bddb40e8dadd9448a832158918a0629deeca04e
parentd67f50fb2f428f113eddb28c656e43dc9cad9c1a (diff)
downloadjuno-RLCR-16.06.tar.gz
Switch over to using Energy Aware Scheduling (EAS)RLCR-16.06
The ARM Landing Team kernel now contains EAS as a replacement for big.LITTLE MP (the previous solution for handling heterogeneous multi-processing). Change-Id: Ie5d9281a4aed79d8a1560f22c71abcd0f0896d4e Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 11d2fd8..21d8397 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -46,7 +46,7 @@ endif
KERNEL_CONFIG ?= linaro/configs/linaro-base.conf \
linaro/configs/android.conf \
linaro/configs/vexpress64.conf \
- linaro/configs/big-LITTLE-MP.conf \
+ linaro/configs/EAS.conf \
$(realpath $(TOP))/device/linaro/build/selinux.conf
# Kernel Source and Device Tree
TARGET_KERNEL_SOURCE ?= kernel/linaro/armlt