aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-08-16 10:59:08 +0100
committerJon Medhurst <tixy@linaro.org>2012-08-16 11:00:42 +0100
commite1802d404f635ad5f90262e6009d8b65d425d51b (patch)
tree8ae7e0ad5f9d1e05a8b11554ea3e347df7598a3e
parentcfd29af1a438ac14582d7d9973ab539ee6804123 (diff)
downloadvexpress-e1802d404f635ad5f90262e6009d8b65d425d51b.tar.gz
vexpress: Use kernel config fragmentslinaro-ics
This lets us separate out kernel configuration into board specific parts, Android requirements, and common Linaro policy. Change-Id: I403a86f5bd0c17a726be0f91c42428c6a95aa1c3 Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--BoardConfig.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0f21a40..7497f4e 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -6,7 +6,9 @@
TARGET_BOARD_PLATFORM := vexpress
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
-KERNEL_CONFIG := android_vexpress_defconfig
+KERNEL_CONFIG := linaro/configs/linaro-base.conf \
+ linaro/configs/android.conf \
+ linaro/configs/vexpress.conf
TARGET_USE_UBOOT := true
UBOOT_CONFIG := vexpress_ca9x4_config
UBOOT_FLAVOURS := vexpress_ca9x4:u-boot_v2p-ca9.bin vexpress_ca5x2:u-boot_v2p-ca5s.bin vexpress_ca15x2:u-boot_v2p-ca15-tc1.bin