diff options
Diffstat (limited to 'include/config_cmd_default.h')
| -rw-r--r-- | include/config_cmd_default.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h index 6e3903c4d..a52110396 100644 --- a/include/config_cmd_default.h +++ b/include/config_cmd_default.h @@ -30,7 +30,8 @@  #endif  #define CONFIG_CMD_LOADB	/* loadb			*/  #define CONFIG_CMD_LOADS	/* loads			*/ -#define CONFIG_CMD_MEMORY	/* md mm nm mw cp cmp crc base loop mtest */ +#define CONFIG_CMD_MEMORY	/* md mm nm mw cp cmp crc base loop */ +#define CONFIG_CMD_MEMTEST	/* mtest			*/  #define CONFIG_CMD_MISC		/* Misc functions like sleep etc*/  #define CONFIG_CMD_NET		/* bootp, tftpboot, rarpboot	*/  #define CONFIG_CMD_NFS		/* NFS support			*/ |