Use u-boot as the 2NDBOOTLOADER.
---
 BoardConfig.mk |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/BoardConfig.mk b/BoardConfig.mk
index 11b49a8..54d3675 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -4,9 +4,12 @@
 #
 
 TARGET_BOARD_PLATFORM := omap3
-TARGET_NO_BOOTLOADER := true
+TARGET_NO_BOOTLOADER := false
 TARGET_NO_KERNEL := false
 KERNEL_CONFIG := android_omap3_defconfig
+UBOOT_CONFIG := omap3_beagle_config
+INSTALLED_2NDBOOTLOADER_TARGET := u-boot.bin
+TARGET_NO_RECOVERY := true
 TARGET_NO_RADIOIMAGE := true
 TARGET_PROVIDES_INIT_RC := true
 BOARD_USES_GENERIC_AUDIO := false
-- 
1.7.1


_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to