diff options
author | Misael Lopez Cruz | 2015-12-17 16:03:38 -0600 |
---|---|---|
committer | Misael Lopez Cruz | 2016-09-30 12:56:47 -0500 |
commit | 14a8a1a0956762199423c4afd7a5d7192d441bb5 (patch) | |
tree | 531d8af1e2f8c3c4a872836feaffe5321d384542 | |
parent | c373d0bffa9cd6f9fe779d8ab67b4b6628663e84 (diff) | |
download | device-ti-jacinto6evm-14a8a1a0956762199423c4afd7a5d7192d441bb5.tar.gz device-ti-jacinto6evm-14a8a1a0956762199423c4afd7a5d7192d441bb5.tar.xz device-ti-jacinto6evm-14a8a1a0956762199423c4afd7a5d7192d441bb5.zip |
jacinto6evm: Start lad_dra7xx with GateMP
Start the lad_dra7xx service with GateMP support.
Change-Id: I194f8cf2b046eb3d8a08fd4366a0df693fc47ab8
Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r-- | init.jacinto6evmboard.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init.jacinto6evmboard.rc b/init.jacinto6evmboard.rc index f79c1de..a899811 100644 --- a/init.jacinto6evmboard.rc +++ b/init.jacinto6evmboard.rc | |||
@@ -136,11 +136,10 @@ service hostapd_bin /system/bin/hostapd -d /data/misc/wifi/hostapd.conf | |||
136 | disabled | 136 | disabled |
137 | oneshot | 137 | oneshot |
138 | 138 | ||
139 | service lad_dra7xx /system/bin/logwrapper /system/bin/lad_dra7xx | 139 | service lad_dra7xx /system/bin/logwrapper /system/bin/lad_dra7xx -g |
140 | class main | 140 | class main |
141 | user media | 141 | user media |
142 | group system | 142 | group system |
143 | disabled | ||
144 | oneshot | 143 | oneshot |
145 | 144 | ||
146 | service devproxy /system/bin/devproxy | 145 | service devproxy /system/bin/devproxy |