summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-04-11 15:26:31 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-14 11:06:37 +0200
commit15034a230892055065d09bb31274909009ab7b65 (patch)
tree218a55757f494cc9dd8b15d295fc0e9399963ace
parent355fa79435a3f6c52a596941378edb2ca8b1a39c (diff)
downloadpandaboard-15034a230892055065d09bb31274909009ab7b65.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.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 07488f9..5314353 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -4,11 +4,12 @@
#
TARGET_BOARD_PLATFORM := omap4
-TARGET_NO_BOOTLOADER := false
+TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
KERNEL_CONFIG := android_omap4_defconfig
-UBOOT_CONFIG := omap4_panda
-INSTALLED_2NDBOOTLOADER_TARGET := $(PRODUCT_OUT)/u-boot.bin
+TARGET_USE_UBOOT := true
+UBOOT_CONFIG := omap4_panda_config
+TARGET_USE_XLOADER := false
TARGET_NO_RECOVERY := true
TARGET_NO_RADIOIMAGE := true
TARGET_PROVIDES_INIT_RC := true