summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:18 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:18 +0200
commitb8ae2bfea4b40637e710541573cd8c47e3985964 (patch)
treebd4f1e96782dc5df2d3ae34fb6e31b6b6488886d /include/configs
parent5db03a4962f3d16d60fb8e449478190a58fae3aa (diff)
downloadbarebox-b8ae2bfea4b40637e710541573cd8c47e3985964.tar.gz
barebox-b8ae2bfea4b40637e710541573cd8c47e3985964.tar.xz
svn_rev_053
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx1ads.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/mx1ads.h b/include/configs/mx1ads.h
index a5373ce927..ef886e483e 100644
--- a/include/configs/mx1ads.h
+++ b/include/configs/mx1ads.h
@@ -76,12 +76,12 @@
/***********************************************************
* Command definition
***********************************************************/
-
#define CONFIG_COMMANDS \
- (CONFIG_CMD_DFL | \
- CFG_CMD_CACHE | \
- CFG_CMD_REGINFO | \
- CFG_CMD_ELF)
+ (CONFIG_CMD_BDI | CFG_CMD_CONSOLE | CFG_CMD_LOADB | \
+ CFG_CMD_LOADS | CFG_CMD_MEMORY | CFG_CMD_ENV | \
+ CFG_CMD_RUN | CFG_CMD_FLASH | CFG_CMD_MISC | \
+ CFG_CMD_NET | \
+ CFG_CMD_BOOTD | CFG_CMD_DHCP)
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>