summaryrefslogtreecommitdiffstats
path: root/include/configs/aev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/aev.h')
-rw-r--r--include/configs/aev.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/aev.h b/include/configs/aev.h
index ecd84d3e20..93b20db5ce 100644
--- a/include/configs/aev.h
+++ b/include/configs/aev.h
@@ -86,11 +86,8 @@
CFG_POST_I2C)
#ifdef CONFIG_POST
-#define CFG_CMD_POST_DIAG CFG_CMD_DIAG
/* preserve space for the post_word at end of on-chip SRAM */
#define MPC5XXX_SRAM_POST_SIZE MPC5XXX_SRAM_SIZE-4
-#else
-#define CFG_CMD_POST_DIAG 0
#endif
@@ -109,10 +106,13 @@
#define CONFIG_CMD_NFS
#define CONFIG_CMD_PCI
#define CONFIG_CMD_PING
-#define CONFIG_CMD_POST
#define CONFIG_CMD_REGINFO
#define CONFIG_CMD_SNTP
+#ifdef CONFIG_POST
+#define CONFIG_CMD_DIAG
+#endif
+
#define CONFIG_TIMESTAMP /* display image timestamps */
OpenPOWER on IntegriCloud