diff options
Diffstat (limited to 'include/configs/ADS860.h')
| -rw-r--r-- | include/configs/ADS860.h | 18 | 
1 files changed, 12 insertions, 6 deletions
| diff --git a/include/configs/ADS860.h b/include/configs/ADS860.h index df2096564..2ee8c61ce 100644 --- a/include/configs/ADS860.h +++ b/include/configs/ADS860.h @@ -37,13 +37,19 @@  #define CONFIG_DRAM_50MHZ		1 -#define CONFIG_COMMANDS (CONFIG_CMD_DFL   \ -			 | CFG_CMD_DHCP   \ -			 | CFG_CMD_IMMAP  \ -			 | CFG_CMD_PCMCIA \ -			 | CFG_CMD_PING   \ -			) +/* + * Command line configuration. + */ +#include <config_cmd_default.h> + +#define CONFIG_CMD_DHCP +#define CONFIG_CMD_IMMAP +#define CONFIG_CMD_PCMCIA +#define CONFIG_CMD_PING + +/* This is picked up again in fads.h */ +#define FADS_COMMANDS_ALREADY_DEFINED  #include "fads.h" |