aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2012-09-27 21:12:34 +0530
committerAmit Pundir <amit.pundir@linaro.org>2012-09-27 21:12:34 +0530
commit7792ec48e94396b8e4ca3143a5dc9a12d4e3d690 (patch)
treeb82dce937cdd9ef760520e49ca7a64f2bb4750ab
parent7e0e6f2223c6a36d91a79a41b0c874431c462092 (diff)
correct ramdisk image location in bootwrapper makefileHEADmaster
-rw-r--r--bootwrapper.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootwrapper.mk b/bootwrapper.mk
index 2862308..a563c65 100644
--- a/bootwrapper.mk
+++ b/bootwrapper.mk
@@ -1,7 +1,7 @@
# Buildfile to invoke bootwrapper makefile.
bootwrapper: android_kernel $(INSTALLED_RAMDISK_TARGET)
- cp $(PRODUCT_OUT)/obj/kernel/arch/arm/boot/uImage $(DEVICE_TREE_TARGETS) $(PRODUCT_OUT)/obj/ramdisk.img $(PRODUCT_OUT)/boot && \
+ cp $(PRODUCT_OUT)/obj/kernel/arch/arm/boot/uImage $(DEVICE_TREE_TARGETS) $(PRODUCT_OUT)/ramdisk.img $(PRODUCT_OUT)/boot && \
cd boot-wrapper/ && \
export KCMD="\"console=ttyAMA0 mem=512M mem=512M@0x880000000 earlyprintk init=/init\"" && \
$(MAKE) CROSS_COMPILE=arm-linux-gnueabi- USE_INITRD=yes USE_PREBUILT_KERNEL=yes linux-system-semi.axf && \