summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2011-12-12 16:04:50 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2011-12-12 19:57:14 +0530
commit326d54d4c0df5bfd8b88c459f2cb0a11b6f4bdab (patch)
tree6f1674e17e165bf9c7e3fa35b8684595ad7e1aa9
parent3643e756dd07e3545cc52018b0efa956d9aaec9f (diff)
downloadpandaboard-326d54d4c0df5bfd8b88c459f2cb0a11b6f4bdab.tar.gz
BoardConfig: Enable gator in the build
remove oneshot for gator service. We restart it if it exits. Change-Id: I15d42757640cec0b15d3b4622771cdc39707c430 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--BoardConfig.mk2
-rw-r--r--init.omap4pandaboard.rc1
2 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 17bf3c3..fcfe6c3 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -66,4 +66,4 @@ USE_OPENGL_RENDERER := true
TARGET_EXTRA_CFLAGS += $(call cc-option,-mtune=cortex-a9,$(call cc-option,-mtune=cortex-a8)) $(call cc-option,-mcpu=cortex-a9,$(call cc-option,-mcpu=cortex-a8))
# ARMs gator (DS-5)
-#TARGET_USE_GATOR:= true
+TARGET_USE_GATOR:= true
diff --git a/init.omap4pandaboard.rc b/init.omap4pandaboard.rc
index 2c79b85..ff0d575 100644
--- a/init.omap4pandaboard.rc
+++ b/init.omap4pandaboard.rc
@@ -162,5 +162,4 @@ service uim /system/bin/uim
#userspace daemon needed for gator
service gatord /system/bin/gatord
user root
- oneshot