aboutsummaryrefslogtreecommitdiff
path: root/platforms/tc2
diff options
context:
space:
mode:
authorChris Redpath <chris.redpath@arm.com>2016-01-18 18:12:38 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-09-02 16:02:41 +0100
commita02fb97a5ea9a135778d9118221af28fc72a9419 (patch)
treed2310be834d9c17892d7a77f3e536af1db4e00c4 /platforms/tc2
parentb5dba2250e6e3b9d64934063ec9e53bef4b059c0 (diff)
This patch is for the ARMLT tree only. If the linux kernel config fragments for EAS are present, use them. Also let the user provide BL_SUPPORT=EAS or BL_SUPPORT=big-LITTLE-MP variable to the build scripts if desired. Will warn and try to provide help if your chosen config does not exist in the kernel source. Change-Id: I9a850d03f00741219fb1b45e2e743b6098ec4669 Signed-off-by: Chris Redpath <chris.redpath@arm.com> Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'platforms/tc2')
-rw-r--r--platforms/tc2/tc26
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms/tc2/tc2 b/platforms/tc2/tc2
index 2a332b5..7394524 100644
--- a/platforms/tc2/tc2
+++ b/platforms/tc2/tc2
@@ -39,9 +39,9 @@ export CROSS_COMPILE=${CROSS_COMPILE_32}
LINUX_IMAGE_TYPE=zImage
LINUX_ARCH=arm
#Override the configs, no vexpress64
-LINUX_mobile_bb[config]="linaro-base EAS vexpress"
-LINUX_mobile_oe[config]="linaro-base EAS distribution vexpress"
-LINUX_android[config]="linaro-base EAS android vexpress"
+LINUX_mobile_bb[config]="linaro-base $BL_SUPPORT vexpress"
+LINUX_mobile_oe[config]="linaro-base $BL_SUPPORT distribution vexpress"
+LINUX_android[config]="linaro-base $BL_SUPPORT android vexpress"
LINUX_CONFIG_LIST=""
BOOTMON_BUILD_ENABLED=1