]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
feature-removal-schedule.txt: Add CONFIG_SYS_MTEST_START/END
authorTom Rini <trini@ti.com>
Fri, 19 Apr 2013 19:09:02 +0000 (15:09 -0400)
committerTom Rini <trini@ti.com>
Fri, 19 Apr 2013 19:09:02 +0000 (15:09 -0400)
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@ti.com>
doc/feature-removal-schedule.txt

index b4899c4637854f08bf1eff652ad1f360df408061..1c79c14a3b4f7e9e7f0b715a0d397241e6c56522 100644 (file)
@@ -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@ti.com>
+
+---------------------------
+
 What:  Remove CONFIG_SYS_ENABLE_PADS_ALL and CONFIG_SYS_CLOCKS_ENABLE_ALL
 When:  Release v2013.07