From 53dbea3dfa65bf1270db00f25c4b542715091fc5 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Sun, 30 Oct 2016 11:35:28 +0100 Subject: Some nitpicks & sync with AOSP Change-Id: Ib2651576cbd99a2dcd2c3e58065d7e7d4897c66b --- rootdir/init.espresso.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rootdir') 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 -- cgit v1.1