aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-04-15 14:09:28 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-15 14:09:28 +0200
commita2221b4a7e7a9c098c6b9f7bc59e4ff0d96cef5b (patch)
tree68c4f3484843db065c215b6e975997ff84d010ce
parentcc16523562c189eccc19a49fff33708e90241435 (diff)
downloadbuild-a2221b4a7e7a9c098c6b9f7bc59e4ff0d96cef5b.tar.gz
Rename the kernel to uImage for Linaro Android build
In the Linaro set up u-boot will look for uImage (and not for kernel). This patch is Linaro specific and should not be contibuted to AOSP.
-rw-r--r--target/board/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/board/Android.mk b/target/board/Android.mk
index 82dee3ca1e..f3e4729539 100644
--- a/target/board/Android.mk
+++ b/target/board/Android.mk
@@ -15,7 +15,7 @@ else
endif # TARGET_NO_BOOTLOADER
ifneq ($(strip $(TARGET_NO_KERNEL)),true)
- INSTALLED_KERNEL_TARGET := $(PRODUCT_OUT)/kernel
+ INSTALLED_KERNEL_TARGET := $(PRODUCT_OUT)/uImage
else
INSTALLED_KERNEL_TARGET :=
endif