From c50716f710731c76a3fa5f31004bf0d7a8e300bd Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Fri, 20 Jun 2014 01:54:18 +0000 Subject: 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 --- fstab.goldfish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3