diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-01-13 16:29:42 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-01-14 11:05:38 +0100 |
commit | 5d8a08856bf242cce519dce060a7f44be5f5cc90 (patch) | |
tree | a00143c476f4382c02a8ce6f1e3e27347de4b429 | |
parent | 41e1ee0fc6771728ccc72074ab773e6436b3a5d7 (diff) | |
download | device_samsung_p3100-5d8a08856bf242cce519dce060a7f44be5f5cc90.zip device_samsung_p3100-5d8a08856bf242cce519dce060a7f44be5f5cc90.tar.gz device_samsung_p3100-5d8a08856bf242cce519dce060a7f44be5f5cc90.tar.bz2 |
Avoid graphical glitch at bootup by not loading the PowerVR modulereplicant-4.2-0001
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rwxr-xr-x | rootdir/init.espresso.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/init.espresso.rc b/rootdir/init.espresso.rc index 549314b..400af2b 100755 --- a/rootdir/init.espresso.rc +++ b/rootdir/init.espresso.rc @@ -49,9 +49,6 @@ on fs mount debugfs /sys/kernel/debug /sys/kernel/debug -# pvr module - insmod /system/lib/modules/pvrsrvkm_sgx540_120.ko - on post-fs-data # we will remap this as /storage/sdcard0 with the sdcard fuse tool mkdir /data/media 0770 media_rw media_rw |