From: Patrik Ryd <patrik....@linaro.org>

In the Linaro set up u-boot will look for uImage (and not for kernel).
---
 tasks/kernel.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tasks/kernel.mk b/tasks/kernel.mk
index a016d6e..f0ebb93 100644
--- a/tasks/kernel.mk
+++ b/tasks/kernel.mk
@@ -3,5 +3,5 @@ android_kernel:
        make ARCH=arm CROSS_COMPILE=../$(TARGET_TOOLS_PREFIX) defconfig 
$(KERNEL_CONFIG) &&\
        make ARCH=arm CROSS_COMPILE=../$(TARGET_TOOLS_PREFIX) uImage
 
-$(PRODUCT_OUT)/kernel: android_kernel
-       ln -sf ../../../../kernel/arch/arm/boot/uImage $(PRODUCT_OUT)/kernel
\ No newline at end of file
+$(PRODUCT_OUT)/uImage: android_kernel
+       ln -sf ../../../../kernel/arch/arm/boot/uImage $(PRODUCT_OUT)/uImage
\ No newline at end of file
-- 
1.7.1


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

Reply via email to