platform: msm8974: Remove unused platform

Remove support for unused 8x62 platform

CRs-Fixed: 610350
Change-Id: I8c35739d2630264e8eabbb0e3bae0c491f09c7f7
diff --git a/target/msm8974/init.c b/target/msm8974/init.c
index 9f081f7..eb28766 100644
--- a/target/msm8974/init.c
+++ b/target/msm8974/init.c
@@ -216,13 +216,13 @@
 	/* Trying Slot 1*/
 	config.slot = 1;
 	/*
-	 * For 8974 AC & 8x62 platforms the software clock
+	 * For 8974 AC platform the software clock
 	 * plan recommends to use the following frequencies:
 	 * 200 MHz --> 192 MHZ
 	 * 400 MHZ --> 384 MHZ
 	 * only for emmc slot
 	 */
-	if (platform_is_8974ac() || platform_is_8x62())
+	if (platform_is_8974ac())
 		config.max_clk_rate = MMC_CLK_192MHZ;
 	else
 		config.max_clk_rate = MMC_CLK_200MHZ;