summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2012-06-13 16:23:40 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2012-06-13 16:25:34 +0000
commitc657cb4e830662a90fcac875d08c86e07ee75524 (patch)
tree746ec73965399be27235742d50721b261c46fcf9
parentddd0888ff7bb39a279d8679f77aab6f9388d4027 (diff)
use prebuilt bootloaderlinaro-ics-pandaboard
Change-Id: I97c8bba979af8824a08d53999ebd48c777894ac9 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--tasks/uboot.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/tasks/uboot.mk b/tasks/uboot.mk
index 994e3c7..4cb1e5a 100644
--- a/tasks/uboot.mk
+++ b/tasks/uboot.mk
@@ -54,9 +54,11 @@ $(PRODUCT_OUT)/MLO:
ln -sf ../../../../device/linaro/pandaboard/MLO $(PRODUCT_OUT)/MLO
endif
ifeq ($(TARGET_PRODUCT), full_panda)
-$(PRODUCT_OUT)/u-boot.img: android_uboot
- ln -sf obj/u-boot/u-boot.img $(PRODUCT_OUT)/u-boot.img
+$(PRODUCT_OUT)/u-boot.bin:
+ ln -sf ../../../../device/ti/panda/u-boot.bin $(PRODUCT_OUT)/u-boot.bin
+$(PRODUCT_OUT)/u-boot.img:
+ ln -sf ../../../../device/ti/panda/u-boot.bin $(PRODUCT_OUT)/u-boot.img
-$(PRODUCT_OUT)/MLO: android_uboot
- ln -sf obj/u-boot/MLO $(PRODUCT_OUT)/MLO
+$(PRODUCT_OUT)/MLO:
+ ln -sf ../../../../device/linaro/pandaboard/MLO $(PRODUCT_OUT)/MLO
endif