diff options
author | Jon Loeliger <jdl@jdl.com> | 2007-07-04 22:33:46 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-05 11:05:18 +0200 |
commit | dca3b3d6d6396b67e5e84af53452164923c73443 (patch) | |
tree | 5042b752f194f2e2ce3668c41d92837c656be811 /include/configs/wepep250.h | |
parent | 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7 (diff) | |
download | u-boot-imx-dca3b3d6d6396b67e5e84af53452164923c73443.zip u-boot-imx-dca3b3d6d6396b67e5e84af53452164923c73443.tar.gz u-boot-imx-dca3b3d6d6396b67e5e84af53452164923c73443.tar.bz2 |
include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/wepep250.h')
-rw-r--r-- | include/configs/wepep250.h | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/include/configs/wepep250.h b/include/configs/wepep250.h index 47251bb..3b36040 100644 --- a/include/configs/wepep250.h +++ b/include/configs/wepep250.h @@ -36,18 +36,15 @@ /* - * Definition of u-boot build in commands. Check out CONFIG_CMD_DFL if - * neccessary in include/cmd_confdefs.h file. (Un)comment for getting - * functionality or size of u-boot code. + * Command line configuration. */ -#define CONFIG_COMMANDS (CONFIG_CMD_DFL \ - & ~CFG_CMD_NET \ - & ~CFG_CMD_LOADS \ - & ~CFG_CMD_CONSOLE \ - & ~CFG_CMD_AUTOSCRIPT \ -/* | CFG_CMD_JFFS2 */ \ - ) -#include <cmd_confdefs.h> +#include <config_cmd_default.h> + +#undef CONFIG_CMD_NET +#undef CONFIG_CMD_LOADS +#undef CONFIG_CMD_CONSOLE +#undef CONFIG_CMD_AUTOSCRIPT + /* * Boot options. Setting delay to -1 stops autostart count down. |