summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Ostrem <nealo@google.com>2018-02-08 12:11:32 -0800
committerTerry (Woncheol) Heo <terryheo@google.com>2018-02-21 02:53:43 +0000
commit0acc212ff29befdad3541ab98d5c3a1d1cd7a4fb (patch)
tree9c7119403b010cb42d92a7fe6bac4e503639ace5
parent1dc8a95b63bb53f795bb8903e654982868a165ae (diff)
downloaduboot-imx-o-mr1-iot-preview-7.tar.gz
Eliminate random build failures due to race condition.android-o-mr1-iot-preview-7o-mr1-iot-preview-7
Disable inclusion of unused EFI loader as this is the cause of the build race condition. Bug: 73019385 Change-Id: Ie2f9ce6492c768c88f89e80262c1feb03750e0c5 (cherry picked from commit a13cd458a13c68c6a971c57300f5b075f7c20355)
-rw-r--r--configs/picosom-imx6ul_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/picosom-imx6ul_defconfig b/configs/picosom-imx6ul_defconfig
index c326ab6c09..80e7a88d74 100644
--- a/configs/picosom-imx6ul_defconfig
+++ b/configs/picosom-imx6ul_defconfig
@@ -35,3 +35,4 @@ CONFIG_OF_LIBFDT=y
CONFIG_DM=y
CONFIG_DM_THERMAL=y
CONFIG_AVB_ATX=y
+# CONFIG_EFI_LOADER is not set