summaryrefslogtreecommitdiffstats
path: root/include/configs/bf537-stamp.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/bf537-stamp.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/bf537-stamp.h')
-rw-r--r--include/configs/bf537-stamp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h
index 36f55d164c..bea157a45f 100644
--- a/include/configs/bf537-stamp.h
+++ b/include/configs/bf537-stamp.h
@@ -144,11 +144,8 @@
#endif
#ifdef CONFIG_POST
-#define CFG_CMD_POST_DIAG CFG_CMD_DIAG
#define FLASH_START_POST_BLOCK 11 /* Should > = 11 */
#define FLASH_END_POST_BLOCK 71 /* Should < = 71 */
-#else
-#define CFG_CMD_POST_DIAG 0
#endif
/* CF-CARD IDE-HDD Support */
@@ -197,7 +194,10 @@
#if (BFIN_BOOT_MODE == BF537_BYPASS_BOOT)
#define CONFIG_CMD_DHCP
-#define CONFIG_CMD_POST_DIAG
+
+#if defined(CONFIG_POST)
+#define CONFIG_CMD_DIAG
+#endif
#ifdef CONFIG_BF537_NAND
#define CONFIG_CMD_NAND
OpenPOWER on IntegriCloud