diff mbox

[U-Boot,1/2] config_cmd_default.h: Remove CONFIG_CMD_MEMTEST

Message ID 1366398833-15444-1-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini April 19, 2013, 7:13 p.m. UTC
As per doc/feature-removal-schedule.txt, remove CONFIG_CMD_MEMTEST from
default list of commands.

Signed-off-by: Tom Rini <trini@ti.com>
---
 doc/feature-removal-schedule.txt |   17 -----------------
 include/config_cmd_default.h     |    1 -
 2 files changed, 18 deletions(-)

Comments

Tom Rini April 22, 2013, 5:51 p.m. UTC | #1
On Fri, Apr 19, 2013 at 03:13:52PM -0400, Tom Rini wrote:

> As per doc/feature-removal-schedule.txt, remove CONFIG_CMD_MEMTEST from
> default list of commands.
> 
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  doc/feature-removal-schedule.txt |   17 -----------------
>  include/config_cmd_default.h     |    1 -

Along with 2/2, appliedt to u-boot/master.
diff mbox

Patch

diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt
index ce72861..b4899c4 100644
--- a/doc/feature-removal-schedule.txt
+++ b/doc/feature-removal-schedule.txt
@@ -7,23 +7,6 @@  file.
 
 ---------------------------
 
-What:	Remove CONFIG_CMD_MEMTEST from default list
-When:	Release v2013.07
-
-Why:	The "mtest" command is of little practical use (if any), and
-	experience has shown that a large number of board configu-
-	rations define useless or even dangerous start and end
-	addresses.  If not even the board maintainers are able to
-	figure out which memory range can be reliably tested, how can
-	we expect such from the end users?  As this problem comes up
-	repeatedly, we rather do not enable this command by default,
-	so only people who know what they are doing will be confronted
-	with it.
-
-Who:	Wolfgang Denk <wd@denx.de>
-
----------------------------
-
 What:	Remove CONFIG_SYS_ENABLE_PADS_ALL and CONFIG_SYS_CLOCKS_ENABLE_ALL
 When:	Release v2013.07
 
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			*/