diff options
author | Jon Loeliger <jdl@jdl.com> | 2007-07-04 22:33:17 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-05 11:05:08 +0200 |
commit | 26a34560d56a9df5bc2ae23525d9229736134757 (patch) | |
tree | 06fcb6de3b59643f20aca5b0d72f6da758378ae7 /include/configs/purple.h | |
parent | a5cb23092a7d31490a33d4ec871468b63babfa3c (diff) | |
download | u-boot-imx-26a34560d56a9df5bc2ae23525d9229736134757.zip u-boot-imx-26a34560d56a9df5bc2ae23525d9229736134757.tar.gz u-boot-imx-26a34560d56a9df5bc2ae23525d9229736134757.tar.bz2 |
include/configs: Use new CONFIG_CMD_* in various p* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/purple.h')
-rw-r--r-- | include/configs/purple.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/configs/purple.h b/include/configs/purple.h index 2ecb7fb..61e18d7 100644 --- a/include/configs/purple.h +++ b/include/configs/purple.h @@ -81,8 +81,14 @@ "" #define CONFIG_BOOTCOMMAND "run flash_self" -#define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_ELF) -#include <cmd_confdefs.h> + +/* + * Command line configuration. + */ +#include <config_cmd_default.h> + +#define CONFIG_CMD_ELF + #define CFG_SDRAM_BASE 0x80000000 |