add recovery partition table for passion

Change-Id: I92b4fa65320de2c6c28418cedc0258ba9251332a
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 @@
                        "wipe cache partition",
                        NULL };
 
-void recovery_firmware_update_log();
+void recover_firmware_update_log();
 
 int device_recovery_start() {
     recover_firmware_update_log();