[U-Boot] [PATCH 2/2] feature-removal-schedule.txt: Add CONFIG_SYS_MTEST_START/END

Tom Rini trini at ti.com
Fri Apr 19 21:13:53 CEST 2013


With 'mtest' no longer a default command, we will have unused defines
which should be removed for the v2013.10 release.

Signed-off-by: Tom Rini <trini at ti.com>
---
 doc/feature-removal-schedule.txt |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt
index b4899c4..1c79c14 100644
--- a/doc/feature-removal-schedule.txt
+++ b/doc/feature-removal-schedule.txt
@@ -7,6 +7,18 @@ file.
 
 ---------------------------
 
+What:	Remove unused CONFIG_SYS_MEMTEST_START/END
+When:	Release v2013.10
+
+Why:	As the 'mtest' command is no longer default, a number of platforms
+	have not opted to turn the command back on and thus provide unused
+	defines (which are likely to be propogated to new platforms from
+	copy/paste).  Remove these defines when unused.
+
+Who:	Tom Rini <trini at ti.com>
+
+---------------------------
+
 What:	Remove CONFIG_SYS_ENABLE_PADS_ALL and CONFIG_SYS_CLOCKS_ENABLE_ALL
 When:	Release v2013.07
 
-- 
1.7.9.5



More information about the U-Boot mailing list