BoardConfig: Enable gator in the build for Snowball
Remove oneshot for gator service. We restart it if
it exits.
Change-Id: If4aab1858b56d65d9907dddf87ecab7b23c0468d
Signed-off-by: Tony Mansson <tony.mansson@linaro.org>
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 563196b..2e5ab23 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -40,7 +40,7 @@
#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 gatord /system/bin/gatord
class main
user root
- oneshot