aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2018-08-06 13:19:32 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2018-10-11 20:55:58 +0100
commitbb169bdea3e45f3f437f5a0f7d3b6d19a76aa975 (patch)
tree3bd6e311ca85003507454c65b4b38db66c0c59e1
parent0eefe5269c1fa46a7dca1c1c7e3a47e89236f028 (diff)
platform/common: keep u-boot build disabled by default
u-boot build is not required for SGI platforms. So, u-boot build can be marked as disabled by default and platforms that need the u-boot stage should enable it. Change-Id: I45f8da49612e7578c27b3174cc4f791e17453b33 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rw-r--r--platforms/common/common.base2
-rw-r--r--platforms/common/common.fvp1
-rw-r--r--platforms/common/common.juno1
3 files changed, 3 insertions, 1 deletions
diff --git a/platforms/common/common.base b/platforms/common/common.base
index 8dd50d4..3e38cdf 100644
--- a/platforms/common/common.base
+++ b/platforms/common/common.base
@@ -99,7 +99,7 @@ ANDROID_LINUX_CONFIG_LIST=android
# Then for each of the UBOOT_BOARDS values, set the name of the output folder
# that artifacts should be copied into:
# UBOOT_OUTPUT_DESTS[vexpress_aemv8a_juno]=juno
-UBOOT_BUILD_ENABLED=1
+UBOOT_BUILD_ENABLED=0
BUILD_SCRIPTS=$BUILD_SCRIPTS"build-uboot.sh "
UBOOT_PATH=u-boot
UBOOT_ARCH=aarch64
diff --git a/platforms/common/common.fvp b/platforms/common/common.fvp
index 5691df4..20f8d46 100644
--- a/platforms/common/common.fvp
+++ b/platforms/common/common.fvp
@@ -35,6 +35,7 @@ ANDROID_LUNCH_TARGET_SRC="fvp-userdebug"
VARIANT_DESC="FVP kernel for BusyBox Software Stack"
source $DIR/platforms/common/common.base
+UBOOT_BUILD_ENABLED=1
UBOOT_BOARDS="vexpress_aemv8a_semi"
UBOOT_OUTPUT_DESTS[vexpress_aemv8a_semi]=fvp
diff --git a/platforms/common/common.juno b/platforms/common/common.juno
index 134da66..0437f4c 100644
--- a/platforms/common/common.juno
+++ b/platforms/common/common.juno
@@ -35,6 +35,7 @@ ANDROID_LUNCH_TARGET_SRC="juno-userdebug"
VARIANT_DESC="Juno kernel for BusyBox Software Stack"
source $DIR/platforms/common/common.base
+UBOOT_BUILD_ENABLED=1
UBOOT_BOARDS="vexpress_aemv8a_juno"
UBOOT_OUTPUT_DESTS[vexpress_aemv8a_juno]=juno