diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2016-01-30 15:01:42 +0100 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-02-21 11:10:30 -0800 |
commit | f012fd264dd91cf4ba77a7d5684ee644b3f10b21 (patch) | |
tree | 56355c69efc1fc7253369853df426698015d1a3f | |
parent | 6d649894f3ed4b253b6a5ef32f5010c75f141b3e (diff) | |
download | device_samsung_espressowifi-f012fd264dd91cf4ba77a7d5684ee644b3f10b21.zip device_samsung_espressowifi-f012fd264dd91cf4ba77a7d5684ee644b3f10b21.tar.gz device_samsung_espressowifi-f012fd264dd91cf4ba77a7d5684ee644b3f10b21.tar.bz2 |
espresso-common: use omap4 init file
Change-Id: I166100f86912bfa70055126cb3091edb0c37a478
-rw-r--r-- | rootdir/etc/init.tab2.rc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/rootdir/etc/init.tab2.rc b/rootdir/etc/init.tab2.rc index 9d206e0..76a4faa 100644 --- a/rootdir/etc/init.tab2.rc +++ b/rootdir/etc/init.tab2.rc @@ -1,4 +1,5 @@ import init.${ro.hardware}.usb.rc +import init.omap4.rc on init symlink /sdcard /mnt/sdcard @@ -38,7 +39,6 @@ on fs # pvr module insmod /system/lib/modules/pvrsrvkm_sgx540_120.ko - start pvrsrvinit # read only 1 page at a time write /proc/sys/vm/page-cluster 0 @@ -252,14 +252,6 @@ on post-fs-data on boot -# initialize the SGX driver -service pvrsrvinit /system/bin/pvrsrvinit - class core - user root - group root - oneshot - disabled - # SMC Service service tf_daemon /system/bin/tf_daemon \ -d -c /system/bin/smc.ini |