aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngus Ainslie <angus.ainslie@linaro.org>2011-07-28 11:14:56 -0600
committerAngus Ainslie <angus.ainslie@linaro.org>2011-07-28 11:14:56 -0600
commit8105a1e562ba2c5a129993d2aa6da756321a143f (patch)
tree17b800d8f07def55edf5ee49df2176783b358222
parentb961f289446db0086f98fc151a3fd2575f4f02b8 (diff)
Disable xloader copy as it might be breaking build on android-build.l.oHEADmaster
Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4f15e74..0af49ce 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -9,7 +9,7 @@ TARGET_NO_KERNEL := false
KERNEL_CONFIG := smdkv310_android_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := smdkv310_config
-TARGET_USE_XLOADER := true
+TARGET_USE_XLOADER := false
XLOADER_BINARY := out/target/product/smdkv310/obj/u-boot/mmc_spl/u-boot-mmc-spl.bin
TARGET_NO_RECOVERY := true
TARGET_NO_RADIOIMAGE := true