aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Mansson <tony.mansson@linaro.org>2011-12-12 15:35:32 +0100
committerZach Pfeffer <zach.pfeffer@linaro.org>2011-12-18 12:33:04 -0600
commit3d7fc3563f02d949d583717621c17d48ced0ef23 (patch)
treefd6fb777fd00b587002b75d832a7a86e6cd8299a
parentceb1e0639608104935d965b14b88e0f317748432 (diff)
downloadsnowball-3d7fc3563f02d949d583717621c17d48ced0ef23.tar.gz
BoardConfig: Enable gator in the build for Snowballlinaro_android_4.0.1
Remove oneshot for gator service. We restart it if it exits. Change-Id: If4aab1858b56d65d9907dddf87ecab7b23c0468d Signed-off-by: Tony Mansson <tony.mansson@linaro.org>
-rw-r--r--BoardConfig.mk2
-rw-r--r--init.st-ericssonsnowballplatform.rc1
2 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 563196b..2e5ab23 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -40,7 +40,7 @@ BOARD_FLASH_BLOCK_SIZE := 4096
#TARGET_PROVIDES_INIT_RC := true
#TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
-#TARGET_USE_GATOR:= true
+TARGET_USE_GATOR:= true
# Snowball uses a Nova A9500 -- Dual-Core Cortex A9
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))
diff --git a/init.st-ericssonsnowballplatform.rc b/init.st-ericssonsnowballplatform.rc
index 6c7fb64..796a646 100644
--- a/init.st-ericssonsnowballplatform.rc
+++ b/init.st-ericssonsnowballplatform.rc
@@ -114,5 +114,4 @@ service faketsd /system/bin/faketsd
service gatord /system/bin/gatord
class main
user root
- oneshot