msm7630_1x: Fix partition table to not overlap system and cache

Change-Id: I0cc655f731ebe2b160306cf48d797d9ad6bed0c3
diff --git a/target/msm7630_1x/init.c b/target/msm7630_1x/init.c
index a403402..5b66808 100644
--- a/target/msm7630_1x/init.c
+++ b/target/msm7630_1x/init.c
@@ -84,12 +84,12 @@
 		.name = "system",
 	},
 	{
-		.start = 440,
+		.start = 500,
 		.length = 20 /* 5MB */,
 		.name = "cache",
 	},
 	{
-		.start = 460,
+		.start = 520,
 		.length = VARIABLE_LENGTH,
 		.name = "userdata",
 	},