diff options
author | Tom Rini <trini@ti.com> | 2013-04-19 15:09:02 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-04-19 15:09:02 -0400 |
commit | fc180c743d84f882073948566ee324dcf0e9e22c (patch) | |
tree | 5ceb0ffd190c01db010bc77aa5d40d66cc5887a9 | |
parent | 79cd2f814b1c75efd47161ac27f4cbebf768240f (diff) | |
download | u-boot-odroid-c1-fc180c743d84f882073948566ee324dcf0e9e22c.tar.gz |
feature-removal-schedule.txt: Add CONFIG_SYS_MTEST_START/END
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>
-rw-r--r-- | doc/feature-removal-schedule.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index b4899c4637..1c79c14a3b 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@ti.com> + +--------------------------- + What: Remove CONFIG_SYS_ENABLE_PADS_ALL and CONFIG_SYS_CLOCKS_ENABLE_ALL When: Release v2013.07 |