summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2011-12-14 10:49:07 +0000
committerGerrit Code Review <gerrit@betelgeuse.canonical.com>2011-12-14 10:49:07 +0000
commit21bbe75b50fb216640627d7c26c33ac5a715dd9b (patch)
treed8ded63b5d87a8e0b2f46e19ca599624a4922ee7
parent8167bbf595acd2d8ba7f5b6db443f4a9dbb32172 (diff)
parent326d54d4c0df5bfd8b88c459f2cb0a11b6f4bdab (diff)
downloadpandaboard-21bbe75b50fb216640627d7c26c33ac5a715dd9b.tar.gz
Merge "BoardConfig: Enable gator in the build" into linaro_android_4.0.1
-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