summaryrefslogtreecommitdiffstats
path: root/include/configs/KUP4K.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/KUP4K.h
parentb3631487105a57ab7cbadfc26efbaf9676275018 (diff)
downloadblackbird-obmc-uboot-af075ee96e52dda7b6bca6c937588aeaaec5f2cd.tar.gz
blackbird-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/KUP4K.h')
-rw-r--r--include/configs/KUP4K.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/configs/KUP4K.h b/include/configs/KUP4K.h
index 2422201765..2f056059c1 100644
--- a/include/configs/KUP4K.h
+++ b/include/configs/KUP4K.h
@@ -156,12 +156,6 @@
#define CONFIG_POST (CFG_POST_CPU | \
CFG_POST_RTC | \
CFG_POST_I2C)
-
-#ifdef CONFIG_POST
-#define CFG_CMD_POST_DIAG CFG_CMD_DIAG
-#else
-#define CFG_CMD_POST_DIAG 0
-#endif
#endif
@@ -175,9 +169,11 @@
#define CONFIG_CMD_I2C
#define CONFIG_CMD_IDE
#define CONFIG_CMD_NFS
-#define CONFIG_CMD_POST_DIAG
#define CONFIG_CMD_SNTP
+#ifdef CONFIG_POST
+ #define CONFIG_CMD_DIAG
+#endif
/*
* Miscellaneous configurable options
OpenPOWER on IntegriCloud