target: mdm9625: 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: I897577fb70de3baac883a5131514991652318d94
diff --git a/target/mdm9625/init.c b/target/mdm9625/init.c
index 77f7331..2298ff1 100644
--- a/target/mdm9625/init.c
+++ b/target/mdm9625/init.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-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
@@ -179,8 +179,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)