diff options
-rwxr-xr-x | BoardConfigCommon.mk | 4 | ||||
-rwxr-xr-x | init.herring.rc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2a04ec7..b6c596b 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -79,3 +79,7 @@ WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin" WIFI_DRIVER_FW_PATH_P2P := "/vendor/firmware/fw_bcmdhd_p2p.bin" USE_OPENGL_RENDERER := true + +# disable triple buffering on crespos, it's not needed because it always +# uses GPU composition +TARGET_DISABLE_TRIPLE_BUFFERING := true diff --git a/init.herring.rc b/init.herring.rc index 13a6b2e..2895a7c 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -41,7 +41,7 @@ on fs mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit export EXTERNAL_STORAGE /storage/sdcard0 - mkdir /storage 0550 system sdcard_r + mkdir /storage 0050 system sdcard_r mkdir /storage/sdcard0 0000 system system symlink /storage/sdcard0 /sdcard symlink /storage/sdcard0 /mnt/sdcard |