[app/aboot]: Add recovery and update support in froyo.

- Read radio.img from Cache partition and write it to FOTA partition.
- Changed partition size for Cache and added misc partition for recovery.
- Changed product name for fastboot update.

Change-Id: I831b2bb757865a0a4108cab66950691d5db9b8b2
diff --git a/target/qsd8250_surf/init.c b/target/qsd8250_surf/init.c
index dcddadb..07428ca 100644
--- a/target/qsd8250_surf/init.c
+++ b/target/qsd8250_surf/init.c
@@ -66,11 +66,16 @@
 	},
 	{
 		.start = 800,
-		.length = 40 /* 5MB */,
+		.length = 240 /* 30MB */,
 		.name = "cache",
 	},
 	{
-		.start = 840,
+		.start = 1040,
+		.length = 3 /* 384KB */,
+		.name = "misc",
+	},
+	{
+		.start = 1043,
 		.length = VARIABLE_LENGTH,
 		.name = "userdata",
 	},