Make R5200 specific low level initialization board conditional.
diff --git a/include/configs/r5200.h b/include/configs/r5200.h
index a17b4ab..7049704 100644
--- a/include/configs/r5200.h
+++ b/include/configs/r5200.h
@@ -37,6 +37,7 @@
  */
 #define CONFIG_MCF52x2			/* define processor family */
 #define CONFIG_M5271			/* define processor type */
+#define CONFIG_R5200			/* define board type */
 
 #define FEC_ENET
 #define CONFIG_NET_RETRY_COUNT 5