summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-20 12:19:46 -0700
committerDoug Zongker <dougz@android.com>2010-09-20 17:20:12 -0700
commit9da3a9793cd233e108f1b5a122b8d70bfe676f90 (patch)
tree714607750b2482b7c59298149b9405981b756ed0
parentaad5a902c9a05c3890b91d5cb01ebee1cc628f50 (diff)
downloadpassion-9da3a9793cd233e108f1b5a122b8d70bfe676f90.tar.gz
add recovery partition table for passion
Change-Id: I92b4fa65320de2c6c28418cedc0258ba9251332a
-rw-r--r--recovery.fstab9
-rw-r--r--recovery/recovery_ui.c2
2 files changed, 10 insertions, 1 deletions
diff --git a/recovery.fstab b/recovery.fstab
new file mode 100644
index 0000000..9b5387c
--- /dev/null
+++ b/recovery.fstab
@@ -0,0 +1,9 @@
+# mount point fstype device [device2]
+
+/boot mtd boot
+/cache yaffs2 cache
+/data yaffs2 userdata
+/misc mtd misc
+/recovery mtd recovery
+/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
+/system yaffs2 system
diff --git a/recovery/recovery_ui.c b/recovery/recovery_ui.c
index 69b0d7c..470c978 100644
--- a/recovery/recovery_ui.c
+++ b/recovery/recovery_ui.c
@@ -29,7 +29,7 @@ char* MENU_ITEMS[] = { "reboot system now",
"wipe cache partition",
NULL };
-void recovery_firmware_update_log();
+void recover_firmware_update_log();
int device_recovery_start() {
recover_firmware_update_log();