1The following is a list of files and features that are going to be
2removed from the U-Boot source tree.  Every entry should contain what
3exactly is going away, when it will be gone, why it is being removed,
4and who is going to be doing the work.	When the feature is removed
5from U-Boot, its corresponding entry should also be removed from this
6file.
7
8---------------------------
9
10What:	Users of the legacy miiphy_* code
11When:	undetermined
12
13Why:	We now have a PHY library, which allows everyone to share PHY
14	drivers. All new drivers should use this infrastructure, and
15	all old drivers should get converted to use it.
16
17Who:	Andy Fleming <afleming@gmail.com> and driver maintainers
18
19---------------------------
20
21What:	GPL cleanup
22When:	August 2009
23Why:	Over time, a couple of files have sneaked in into the U-Boot
24	source code that are either missing a valid GPL license
25	header or that carry a license that is incompatible with the
26	GPL.
27	Such files shall be removed from the U-Boot source tree.
28	See http://www.denx.de/wiki/pub/U-Boot/TaskGplCleanup/u-boot-1.1.2-files
29	for an old and probably incomplete list of such files.
30
31Who:	Wolfgang Denk <wd@denx.de> and board maintainers
32