diff options
| author | Xavier Ducrohet <xav@google.com> | 2014-06-20 01:54:18 +0000 |
|---|---|---|
| committer | Xavier Ducrohet <xav@google.com> | 2014-06-20 01:54:18 +0000 |
| commit | c50716f710731c76a3fa5f31004bf0d7a8e300bd (patch) | |
| tree | 71581be07a5bdcc374626f3eb966787a5929f9b0 | |
| parent | f4c61a399ab2029e367743fa22d4a381f7524560 (diff) | |
| download | android_device_generic_goldfish-c50716f710731c76a3fa5f31004bf0d7a8e300bd.tar.gz android_device_generic_goldfish-c50716f710731c76a3fa5f31004bf0d7a8e300bd.tar.bz2 android_device_generic_goldfish-c50716f710731c76a3fa5f31004bf0d7a8e300bd.zip | |
Revert "goldfish: Fix /cache partition type."
This is a temporary revert to get 32bit images running with the old
emulator exe.
This reverts commit f4c61a399ab2029e367743fa22d4a381f7524560.
Change-Id: I507410d712cffc2d293788b8bedc97260d6e6b5b
| -rw-r--r-- | fstab.goldfish | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fstab.goldfish b/fstab.goldfish index 0a67f1d..be83a16 100644 --- a/fstab.goldfish +++ b/fstab.goldfish @@ -4,5 +4,6 @@ # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK /dev/block/mtdblock0 /system ext4 ro,barrier=1 wait /dev/block/mtdblock1 /data ext4 noatime,nosuid,nodev,barrier=1,nomblk_io_submit wait,check -/dev/block/mtdblock2 /cache ext4 noatime,nosuid,nodev wait,check +# 2014-03-13: Yes. yaffs2. The emulator tools need some updating to support ext4 for the cache image. +/dev/block/mtdblock2 /cache yaffs2 noatime,nosuid,nodev wait,check /devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto |
