target: mdm9635: Do not fill board target info

board.target property is filled as part of code which reads
platform info from smem, do not overwrite in target_detect code

Change-Id: I50df7a001b172f98c6f7d6f8d0a5238923cb7de6
diff --git a/target/mdm9635/init.c b/target/mdm9635/init.c
index 89e17ad..e882b95 100644
--- a/target/mdm9635/init.c
+++ b/target/mdm9635/init.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2013-2014, 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 are
@@ -186,8 +186,7 @@
 /* Identify the current target */
 void target_detect(struct board_data *board)
 {
-	/* Not used. set to unknown */
-	board->target = LINUX_MACHTYPE_UNKNOWN;
+	/* This property is filled as part of board.c */
 }
 
 unsigned board_machtype(void)