target: msm8996: Add support for baseband detection

Add support to detect baseband for apq8096 chip.

Change-Id: I8bc75f01dbc87c7ec508ae31c841b2b458d7b9d3
diff --git a/target/msm8996/init.c b/target/msm8996/init.c
index 6667314..f3c1327 100644
--- a/target/msm8996/init.c
+++ b/target/msm8996/init.c
@@ -317,6 +317,9 @@
 	platform = board->platform;
 
 	switch(platform) {
+	case APQ8096:
+		board->baseband = BASEBAND_APQ;
+		break;
 	case MSM8996:
 		if (board->platform_version == 0x10000)
 			board->baseband = BASEBAND_APQ;