gflt200: enabled the rtc post test.

The RTC POST test is a manual test.

Change-Id: I5625e546b79f4b21a933f12135e36305b1629409
diff --git a/include/configs/gflt200.h b/include/configs/gflt200.h
index 164aed4..c09e1aa 100644
--- a/include/configs/gflt200.h
+++ b/include/configs/gflt200.h
@@ -6,6 +6,11 @@
 
 #define CONFIG_CMD_DIAG
 
+#define CONFIG_POST 	(CONFIG_SYS_POST_ETHER \
+			| CONFIG_SYS_POST_MEMORY \
+			| CONFIG_SYS_POST_RTC \
+			| CONFIG_SYS_POST_I2C)
+
 #define CONFIG_RTC_PCF8523
 #define CONFIG_SYS_I2C_RTC_ADDR	0x68
 
diff --git a/include/configs/mv_kw2.h b/include/configs/mv_kw2.h
index 09c14c8..522f259 100644
--- a/include/configs/mv_kw2.h
+++ b/include/configs/mv_kw2.h
@@ -90,12 +90,6 @@
 #define CONFIG_SYS_64BIT_VSPRINTF
 #define CONFIG_SYS_64BIT_STRTOUL
 
-/******************/
-/*  POST support  */
-/******************/
-#define CONFIG_POST  (CONFIG_SYS_POST_ETHER | CONFIG_SYS_POST_MEMORY | \
-                      CONFIG_SYS_POST_I2C)
-
 /* commands */
 
 #define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | \