summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2013-03-22 08:53:51 +0000
committerGerrit Code Review <gerrit@betelgeuse.canonical.com>2013-03-22 08:53:51 +0000
commit68b401dc7376d78d3bb053421c6aaab57080cda6 (patch)
treedf0bd346256c4387dbdd884ea1e393f6fb20814c
parenta0758aae39b7637d77353894fb1bdc2a1f25bfe4 (diff)
downloadarndale-68b401dc7376d78d3bb053421c6aaab57080cda6.tar.gz
Revert "Enable u-boot build in source"
kernel config changed accidentally. Will submit a clean patch This reverts commit a0758aae39b7637d77353894fb1bdc2a1f25bfe4
-rw-r--r--BoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 666889a..a188023 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -21,8 +21,8 @@ TARGET_ARCH := arm
TARGET_BOARD_PLATFORM := arndale
TARGET_NO_KERNEL := false
TARGET_KERNEL_SOURCE := kernel/linaro/arndale
-KERNEL_CONFIG := arndale_ubuntu_defconfig
-TARGET_USE_UBOOT := true
+KERNEL_CONFIG := arndale_android_defconfig
+TARGET_USE_UBOOT := false
UBOOT_CONFIG := arndale5250
TARGET_USE_XLOADER := false
TARGET_NO_RECOVERY := true