From 99b85c6704e66d5fcc47e4540ef41341d2a608e4 Mon Sep 17 00:00:00 2001 From: Trulan Martin Date: Wed, 1 Jun 2016 18:49:13 -0400 Subject: 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 --- rootdir/fstab.tuna | 3 --- rootdir/init.tuna.rc | 1 - 2 files changed, 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 -- cgit v1.1