aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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