diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-08 17:02:01 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-08 17:02:01 -0500 |
commit | af075ee96e52dda7b6bca6c937588aeaaec5f2cd (patch) | |
tree | b94cdc67feb1d0d05aa0b05b9430daac1d202c56 /include/configs/GEN860T.h | |
parent | b3631487105a57ab7cbadfc26efbaf9676275018 (diff) | |
download | u-boot-imx-af075ee96e52dda7b6bca6c937588aeaaec5f2cd.zip u-boot-imx-af075ee96e52dda7b6bca6c937588aeaaec5f2cd.tar.gz u-boot-imx-af075ee96e52dda7b6bca6c937588aeaaec5f2cd.tar.bz2 |
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/GEN860T.h')
-rw-r--r-- | include/configs/GEN860T.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/configs/GEN860T.h b/include/configs/GEN860T.h index 612b661..2b2d15a 100644 --- a/include/configs/GEN860T.h +++ b/include/configs/GEN860T.h @@ -222,12 +222,6 @@ CFG_POST_UART | \ CFG_POST_SPR ) -#ifdef CONFIG_POST -#define CFG_CMD_POST_DIAG CFG_CMD_DIAG -#else -#define CFG_CMD_POST_DIAG 0 -#endif - /* * Command line configuration. @@ -245,12 +239,14 @@ #define CONFIG_CMD_FPGA #define CONFIG_CMD_MII #define CONFIG_CMD_BEDBUG -#define CONFIG_CMD_POST_DIAG #if !defined(CONFIG_SC) #define CONFIG_CMD_DOC #endif +#ifdef CONFIG_POST +u #define CONFIG_CMD_DIAG +#endif /* * There is no IDE/PCMCIA hardware support on the board. |