diff options
author | Tom Rini <trini@ti.com> | 2013-04-19 15:03:27 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-04-19 15:03:27 -0400 |
commit | 79cd2f814b1c75efd47161ac27f4cbebf768240f (patch) | |
tree | 8ac6b609f4d87efe2cf3ca86ae3e59ae09ff232e /include | |
parent | d10f68ae47b67acab8b110b5c605dde4197a1820 (diff) | |
download | u-boot-imx-79cd2f814b1c75efd47161ac27f4cbebf768240f.zip u-boot-imx-79cd2f814b1c75efd47161ac27f4cbebf768240f.tar.gz u-boot-imx-79cd2f814b1c75efd47161ac27f4cbebf768240f.tar.bz2 |
config_cmd_default.h: Remove CONFIG_CMD_MEMTEST
As per doc/feature-removal-schedule.txt, remove CONFIG_CMD_MEMTEST from
default list of commands.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/config_cmd_default.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h index a521103..73c9544 100644 --- a/include/config_cmd_default.h +++ b/include/config_cmd_default.h @@ -31,7 +31,6 @@ #define CONFIG_CMD_LOADB /* loadb */ #define CONFIG_CMD_LOADS /* loads */ #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 */ |