aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2017-07-21 17:51:18 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2017-07-21 17:53:40 +0100
commitb6b3df0c29274104f63559028e509200f9430586 (patch)
tree2726897979a5a92089abb47cc949c0a55ab168f9
parent1f1e3c932b5188525c167990b440899c81b410c2 (diff)
common.base: Remove defconfig from linux buildsarmlt-20170808-001armlt-20170727-001
When we build linux for a specific config, eg, busybox, it was also building the defconfig. We never use the defconfig build, so drop it and speed things up. Change-Id: I0f98582bab09555ca07af0ac16e41a1264625dd6 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--platforms/common/common.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/common/common.base b/platforms/common/common.base
index f398542..58567a9 100644
--- a/platforms/common/common.base
+++ b/platforms/common/common.base
@@ -61,7 +61,7 @@ ARM_TF_ARCH=aarch64
# declare -A LINUX_foo
# LINUX_foo[path]="linux" - Path
# LINUX_foo[config]="" - List of configs to use.
-LINUX_CONFIG_LIST="defconfig"
+LINUX_CONFIG_LIST=""
LINUX_CONFIG_DEFAULT=defconfig
LINUX_PATH=linux
LINUX_ARCH=arm64