diff options
author | Trulan Martin <trulanm@gmail.com> | 2016-06-01 18:49:13 -0400 |
---|---|---|
committer | Trulan Martin <trulanm@gmail.com> | 2016-06-02 22:04:39 -0400 |
commit | 99b85c6704e66d5fcc47e4540ef41341d2a608e4 (patch) | |
tree | 91a9b2e5f13bd8d35f5de894888ef7cd3e60d29b /rootdir | |
parent | 3977f65b1374e3365f69695771afe886165564d6 (diff) | |
download | device_samsung_tuna-99b85c6704e66d5fcc47e4540ef41341d2a608e4.zip device_samsung_tuna-99b85c6704e66d5fcc47e4540ef41341d2a608e4.tar.gz device_samsung_tuna-99b85c6704e66d5fcc47e4540ef41341d2a608e4.tar.bz2 |
tuna: disable zRAM
It does not seem to be working well with CMA, ducati locks
up after a while (camera, etc.) It's not really needed
anyway thanks to CMA.
Change-Id: I5a81850b5c60948b2a13621414d8efa58c1890bd
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/fstab.tuna | 3 | ||||
-rwxr-xr-x | rootdir/init.tuna.rc | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/rootdir/fstab.tuna b/rootdir/fstab.tuna index 624aba2..210edbb 100644 --- a/rootdir/fstab.tuna +++ b/rootdir/fstab.tuna @@ -20,6 +20,3 @@ # USB storage device /devices/platform/omap/musb-omap2430/musb-hdrc auto auto defaults voldmanaged=usbdisk:auto - -# zRAM -/dev/block/zram0 none swap defaults zramsize=268435456,zramstreams=2 diff --git a/rootdir/init.tuna.rc b/rootdir/init.tuna.rc index ce9e85b..1840239 100755 --- a/rootdir/init.tuna.rc +++ b/rootdir/init.tuna.rc @@ -49,7 +49,6 @@ on fs mkdir /tee 0770 drmrpc drmrpc mount_all /fstab.tuna - swapon_all /fstab.tuna restorecon /dev/block/platform/omap/omap_hsmmc.0/by-name/radio restorecon_recursive /factory |