msm: Update partition tables to give additional 10M to system partition

Bringing in new apps with 3D Gallery, Live Wallpapers, Launcher2
is causing system partition to grow. Increase the buffer size in fastboot
mode from 100MB to 120MB.
diff --git a/app/aboot/aboot.c b/app/aboot/aboot.c
index 3aa559c..f36eed8 100644
--- a/app/aboot/aboot.c
+++ b/app/aboot/aboot.c
@@ -463,7 +463,7 @@
 	fastboot_publish("product", "swordfish");
 	fastboot_publish("kernel", "lk");
 
-	fastboot_init(target_get_scratch_address(), 100 * 1024 * 1024);
+	fastboot_init(target_get_scratch_address(), 120 * 1024 * 1024);
 	udc_start();
         target_battery_charging_enable(1, 0);
 }
diff --git a/target/msm7625_ffa/init.c b/target/msm7625_ffa/init.c
index 9130e2f..546cc02 100644
--- a/target/msm7625_ffa/init.c
+++ b/target/msm7625_ffa/init.c
@@ -56,22 +56,22 @@
 		.name = "boot",
 	},
 	{
-		.start = 56,
-		.length = 608 /* 76MB */,
+		.start = 40,
+		.length = 680 /* 85MB */,
 		.name = "system",
 	},
 	{
-		.start = 664,
+		.start = 720,
 		.length = 40 /* 5MB */,
 		.name = "cache",
 	},
 	{
-		.start = 704,
+		.start = 760,
 		.length = 40 /* 5MB */,
 		.name = "recovery",
 	},
 	{
-		.start = 744,
+		.start = 800,
 		.length = 720 /* 90MB */,
 		.name = "userdata",
 	},
diff --git a/target/msm7625_surf/init.c b/target/msm7625_surf/init.c
index adb2197..9bdd729 100644
--- a/target/msm7625_surf/init.c
+++ b/target/msm7625_surf/init.c
@@ -56,22 +56,22 @@
 		.name = "boot",
 	},
 	{
-		.start = 56,
-		.length = 608 /* 76MB */,
+		.start = 40,
+		.length = 680 /* 85MB */,
 		.name = "system",
 	},
 	{
-		.start = 664,
+		.start = 720,
 		.length = 40  /* 5MB */,
 		.name = "cache",
 	},
 	{
-		.start = 704,
+		.start = 760,
 		.length = 40 /* 5MB */,
 		.name = "recovery",
 	},
 	{
-		.start = 744,
+		.start = 800,
 		.length = 720 /* 90MB */,
 		.name = "userdata",
 	},
diff --git a/target/msm7627_ffa/init.c b/target/msm7627_ffa/init.c
index 9331c29..02d4de9 100644
--- a/target/msm7627_ffa/init.c
+++ b/target/msm7627_ffa/init.c
@@ -61,16 +61,16 @@
 	},
 	{
 		.start = 40,
-		.length =680  /* 85MB */,
+		.length =760  /* 95MB */,
 		.name = "system",
 	},
 	{
-		.start = 720,
+		.start = 800,
 		.length = 40  /* 5MB */,
 		.name = "cache",
 	},
 	{
-		.start = 760,
+		.start = 840,
 		.length = VARIABLE_LENGTH,
 		.name = "userdata",
 	},
diff --git a/target/msm7627_surf/init.c b/target/msm7627_surf/init.c
index 474a1e7..89451cb 100644
--- a/target/msm7627_surf/init.c
+++ b/target/msm7627_surf/init.c
@@ -61,21 +61,21 @@
 	},
 	{
 		.start = 40,
-		.length =680  /* 85MB */,
+		.length =760  /* 95MB */,
 		.name = "system",
 	},
 	{
-                .start = 720,
+                .start = 800,
                 .length = 8,
                 .name = "splash",
 	},
 	{
-		.start = 728,
+		.start = 808,
 		.length = 40  /* 5MB */,
 		.name = "cache",
 	},
 	{
-		.start = 768,
+		.start = 848,
 		.length = VARIABLE_LENGTH,
 		.name = "userdata",
 	},
diff --git a/target/msm7630_surf/init.c b/target/msm7630_surf/init.c
index 311cc9f..132fe66 100644
--- a/target/msm7630_surf/init.c
+++ b/target/msm7630_surf/init.c
@@ -73,16 +73,16 @@
 	},
 	{
 		.start = 20,
-		.length = 380 /* 95MB */,
+		.length = 420 /* 105MB */,
 		.name = "system",
 	},
 	{
-		.start = 400,
+		.start = 440,
 		.length = 20 /* 5MB */,
 		.name = "cache",
 	},
 	{
-		.start = 420,
+		.start = 460,
 		.length = VARIABLE_LENGTH,
 		.name = "userdata",
 	},
diff --git a/target/qsd8250_ffa/init.c b/target/qsd8250_ffa/init.c
index 87a2e9f..7eb10e8 100644
--- a/target/qsd8250_ffa/init.c
+++ b/target/qsd8250_ffa/init.c
@@ -61,16 +61,16 @@
 	},
 	{
 		.start = 40,
-		.length = 680 /* 85MB */,
+		.length = 760 /* 95MB */,
 		.name = "system",
 	},
 	{
-		.start = 720,
+		.start = 800,
 		.length = 40 /* 5MB */,
 		.name = "cache",
 	},
 	{
-		.start = 760,
+		.start = 840,
 		.length = VARIABLE_LENGTH,
 		.name = "userdata",
 	},
diff --git a/target/qsd8250_surf/init.c b/target/qsd8250_surf/init.c
index 4445ceb..08c5470 100644
--- a/target/qsd8250_surf/init.c
+++ b/target/qsd8250_surf/init.c
@@ -61,16 +61,16 @@
 	},
 	{
 		.start = 40,
-		.length = 680 /* 85MB */,
+		.length = 760 /* 95MB */,
 		.name = "system",
 	},
 	{
-		.start = 720,
+		.start = 800,
 		.length = 40 /* 5MB */,
 		.name = "cache",
 	},
 	{
-		.start = 760,
+		.start = 840,
 		.length = VARIABLE_LENGTH,
 		.name = "userdata",
 	},