Merge branch 'master' of git://git.denx.de/u-boot-arm
[kernel/u-boot.git] / doc / feature-removal-schedule.txt
index 00d87e4..16819c7 100644 (file)
@@ -7,19 +7,26 @@ file.
 
 ---------------------------
 
-What:  boards with xxx_config targets in top level Makefile
-When:  Release v2012.03
+What:  Remove unused CONFIG_SYS_MEMTEST_START/END
+When:  Release v2013.10
 
-Why:   We have a boards.cfg file which the vast majority of boards have
-       converted over to.  Boards that still manually run mkconfig in the
-       top level Makefile are either dead, or the maintainer doesn't care,
-       or they are doing something weird/wrong that should be fixed in a
-       different way, or they need to extend boards.cfg syntax (unlikely).
+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.
 
-       In any case, if no one cares about these boards to figure out how
-       to make boards.cfg work, then we'll just punt them.
+Who:   Tom Rini <trini@ti.com>
 
-Who:   Mike Frysinger <vapier@gentoo.org>
+---------------------------
+
+What:  Users of the legacy miiphy_* code
+When:  undetermined
+
+Why:   We now have a PHY library, which allows everyone to share PHY
+       drivers. All new drivers should use this infrastructure, and
+       all old drivers should get converted to use it.
+
+Who:   Andy Fleming <afleming@freescale.com> and driver maintainers
 
 ---------------------------