summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-11-16 17:08:59 +0000
committerJon Medhurst <tixy@linaro.org>2012-11-16 17:08:59 +0000
commit77f0272628aba15e1e01c237c7c540f4f19b61d3 (patch)
tree7a54edf81c4c242dc4ffc115e339ae3319549f4d
parent6d4d0148eeef39ee2d2ef52565b03ca16754d4e2 (diff)
vexpress: Use big-LITTLE-MP kernel config fragemnt
Currently this is config is cut'n'pasted into vexpress.conf but we don't have to do this if we add it to the list of config fragments we use. Change-Id: Ie8256b715f4388b62259e983760b118566ae1022 Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 786aa6d..3af9177 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -14,6 +14,7 @@ CUSTOM_BOOTLOADER_MAKEFILE := device/linaro/vexpress/bootloader64.mk
else
KERNEL_CONFIG := linaro/configs/linaro-base.conf \
linaro/configs/android.conf \
+ linaro/configs/big-LITTLE-MP.conf \
linaro/configs/vexpress.conf
ifeq ($(wildcard $(TOP)/boot-wrapper/bootwrapper.mk),)
TARGET_USE_UBOOT := true