summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-04-11 15:30:30 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-11 15:30:30 +0200
commit8d1e680d4a2016b9dba24c35c99ba1bdd993baa2 (patch)
treeb5d57cd608433cd4179b9a4f32913fbc85f995fe
parentb07a95746f7c68ee141958d619bb35778945ad26 (diff)
downloadbeagleboard-8d1e680d4a2016b9dba24c35c99ba1bdd993baa2.tar.gz
Configure build to use u-boot
Introduced a alternative way of building u-boot instead of forcing u-boot to be built as if it was Androids 2ndbootloader.
-rw-r--r--BoardConfig.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 227f676..e538591 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -4,11 +4,12 @@
#
TARGET_BOARD_PLATFORM := omap3
-TARGET_NO_BOOTLOADER := false
+TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
KERNEL_CONFIG := android_omap3_defconfig
+TARGET_USE_UBOOT := true
UBOOT_CONFIG := omap3_beagle_config
-INSTALLED_2NDBOOTLOADER_TARGET := $(PRODUCT_OUT)/u-boot.bin
+TARGET_USE_XLOADER := false
TARGET_NO_RECOVERY := true
TARGET_NO_RADIOIMAGE := true
TARGET_PROVIDES_INIT_RC := true