diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-01-13 14:30:14 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-01-13 14:30:14 +0100 |
commit | 38de2a02f4d3be0bee4d2e17c47a2e28a9c11bf2 (patch) | |
tree | 6330d2ab936687242fd2c3fececd368cf50d90c5 | |
parent | 6307864f3e1bb531de39d94af5a06b594dce079a (diff) | |
download | device_samsung_p5100-38de2a02f4d3be0bee4d2e17c47a2e28a9c11bf2.zip device_samsung_p5100-38de2a02f4d3be0bee4d2e17c47a2e28a9c11bf2.tar.gz device_samsung_p5100-38de2a02f4d3be0bee4d2e17c47a2e28a9c11bf2.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.espresso10.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/init.espresso10.rc b/rootdir/init.espresso10.rc index a9ba633..759329f 100755 --- a/rootdir/init.espresso10.rc +++ b/rootdir/init.espresso10.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 |