summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM5200.h
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-08 17:02:01 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-08 17:02:01 -0500
commitaf075ee96e52dda7b6bca6c937588aeaaec5f2cd (patch)
treeb94cdc67feb1d0d05aa0b05b9430daac1d202c56 /include/configs/TQM5200.h
parentb3631487105a57ab7cbadfc26efbaf9676275018 (diff)
downloadtalos-obmc-uboot-af075ee96e52dda7b6bca6c937588aeaaec5f2cd.tar.gz
talos-obmc-uboot-af075ee96e52dda7b6bca6c937588aeaaec5f2cd.zip
Clear up confusion over the CMD_POST and POST_DIAG mess.
For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG when it really means just CONFIG_CMD_DIAG. There is no CMD_POST. Clear this mess up some. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/TQM5200.h')
-rw-r--r--include/configs/TQM5200.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index 24114b82d3..598c1c61c6 100644
--- a/include/configs/TQM5200.h
+++ b/include/configs/TQM5200.h
@@ -142,11 +142,8 @@
#endif
#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
@@ -164,7 +161,6 @@
#define CONFIG_CMD_MII
#define CONFIG_CMD_NFS
#define CONFIG_CMD_PING
-#define CONFIG_CMD_POST_DIAG
#define CONFIG_CMD_REGINFO
#define CONFIG_CMD_SNTP
#define CONFIG_CMD_BSP
@@ -188,6 +184,10 @@
#define CONFIG_CFG_FAT
#endif
+#ifdef CONFIG_POST
+ #define CONFIG_CMD_DIAG
+#endif
+
#define CONFIG_TIMESTAMP /* display image timestamps */
OpenPOWER on IntegriCloud