aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2016-10-30 11:35:28 +0100
committerAndreas Blaesius <skate4life@gmx.de>2016-10-30 11:35:28 +0100
commit53dbea3dfa65bf1270db00f25c4b542715091fc5 (patch)
tree9a7aefc098611205e8f392f440f0e813e1907e81 /rootdir
parent19cb68ace5eea41a8ab37c8ad9ef310143e7fb25 (diff)
downloaddevice_samsung_espressowifi-53dbea3dfa65bf1270db00f25c4b542715091fc5.zip
device_samsung_espressowifi-53dbea3dfa65bf1270db00f25c4b542715091fc5.tar.gz
device_samsung_espressowifi-53dbea3dfa65bf1270db00f25c4b542715091fc5.tar.bz2
Some nitpicks & sync with AOSP
Change-Id: Ib2651576cbd99a2dcd2c3e58065d7e7d4897c66b
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.espresso.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.espresso.rc b/rootdir/init.espresso.rc
index 3ce9f75..373711e 100644
--- a/rootdir/init.espresso.rc
+++ b/rootdir/init.espresso.rc
@@ -32,8 +32,6 @@ on fs
# increase read-ahead value to 256 kb
write /sys/block/mmcblk0/queue/read_ahead_kb 256
- mount debugfs debugfs /sys/kernel/debug
-
on post-fs-data
# dmrpc
mkdir /data/smc 0770 drmrpc drmrpc
@@ -76,6 +74,8 @@ on post-fs-data
setprop vold.post_fs_data_done 1
on boot
+ mount debugfs /sys/kernel/debug /sys/kernel/debug
+
# SMC Service
service tf_daemon /system/bin/tf_daemon \
-d -c /system/bin/smc.ini