msm7627a: Add the new MSMID for 8125 1GHZ variant

Change-Id: Ida0d7e0c12373b94666c99d316d74cd4bd82698e
diff --git a/target/msm7627a/init.c b/target/msm7627a/init.c
index 95477c2..02ec76c 100644
--- a/target/msm7627a/init.c
+++ b/target/msm7627a/init.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2009, Google Inc.
  * All rights reserved.
- * Copyright (c) 2009-2012, Code Aurora Forum. All rights reserved.
+ * Copyright (c) 2009-2012, The Linux Foundation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -291,7 +291,8 @@
 
 		/* Detect SURF v/s FFA v/s QRD */
 		if (target_msm_id >= MSM8225 && target_msm_id <= MSM8625
-						|| (target_msm_id == MSM8125A)) {
+						|| (target_msm_id == MSM8125A)
+						|| (target_msm_id == MSM8125)) {
 			switch (id) {
 			case 0x1:
 				hw_platform = MSM8X25_SURF;
@@ -362,6 +363,7 @@
 		case MSM8225:
 		case MSM8625:
 		case MSM8125A:
+		case MSM8125:
 			target_msm_id = MSM8625;
 			break;
 		default: