target: msm8909: Add changes to detect baseband as APQ

Add changes for 8909, to detect baseband as APQ for the
APQ variants.

Change-Id: I7fdeb4b7cd7b638847a4793c8b996ac6eb6d312c
diff --git a/target/msm8909/init.c b/target/msm8909/init.c
index 32e4813..56c25c2 100644
--- a/target/msm8909/init.c
+++ b/target/msm8909/init.c
@@ -480,6 +480,10 @@
 		board->baseband = BASEBAND_MDM;
 		break;
 
+	case APQ8009:
+		board->baseband = BASEBAND_APQ;
+		break;
+
 	default:
 		dprintf(CRITICAL, "Platform type: %u is not supported\n", platform);
 		ASSERT(0);