Add dummy entries for /boot and /recovery to unified fstab

The original recovery.fstab file for panda had some dummy entries
that clearly were incorrect, so I did not add them to the
unified fstab.  However, the ota tools expect there to be
at least a /boot and /recovery partition, so this fix just copies
all the dummy entries from the old recovery fstab to the unified
fstab to fix the build.

Change-Id: I8a89541e6ccd494175c22de24040334961313250
diff --git a/fstab.omap4pandaboard b/fstab.omap4pandaboard
index 7a40110..8091954 100644
--- a/fstab.omap4pandaboard
+++ b/fstab.omap4pandaboard
@@ -7,4 +7,8 @@
 /dev/block/platform/omap/omap_hsmmc.0/by-name/system    /system             ext4      ro                                                    wait
 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache     /cache              ext4      noatime,nosuid,nodev,nomblk_io_submit,errors=panic    wait
 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata  /data               ext4      noatime,nosuid,nodev,nomblk_io_submit,errors=panic    wait
-
+misc                                                    /misc               mtd       defaults                                              defaults
+boot                                                    /boot               mtd       defaults                                              defaults
+recovery                                                /recovery           mtd       defaults                                              defaults
+bootloader                                              /bootloader         mtd       defaults                                              defaults
+radio                                                   /radio              mtd       defaults                                              defaults