summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-04-26 11:22:12 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-26 11:23:56 +0200
commit7c73945d909225fd7e8a01e497acb4c6763fb240 (patch)
treefe44cfab6083fb323c570bc681eeffe5fd5baec5
parent87f425b4bc74e6a99c68e40db460facb2e5ccab7 (diff)
downloadpandaboard-7c73945d909225fd7e8a01e497acb4c6763fb240.tar.gz
The init.omap4.sh file should be in the system partition.
Bug #770389
-rw-r--r--AndroidBoard.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidBoard.mk b/AndroidBoard.mk
index 941416a..c417cac 100644
--- a/AndroidBoard.mk
+++ b/AndroidBoard.mk
@@ -30,7 +30,7 @@ ALL_PREBUILT += $(file)
$(file) : $(LOCAL_PATH)/init.omap4.rc | $(ACP)
$(transform-prebuilt-to-target)
-file := $(TARGET_ROOT_OUT)/system/etc/init.omap4.sh
+file := $(PRODUCT_OUT)/system/etc/init.omap4.sh
ALL_PREBUILT += $(file)
$(file) : $(LOCAL_PATH)/init.omap4.sh | $(ACP)
$(transform-prebuilt-to-target)