diff options
| author | Ashok Reddy Soma <[email protected]> | 2020-05-04 15:26:21 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-05-08 12:02:56 -0400 |
| commit | 702de89cc6a34c1c23dd3d987b0472b2cecdb63c (patch) | |
| tree | e72e4ac835a56441cc6a698342717bcf690ea69a /doc/feature-removal-schedule.txt | |
| parent | a389c9cd9363fb31007bcf76a889f2a42c510b7f (diff) | |
treewide: mem: Move mtest related defines to Kconfig
Move below defines which are used by mtest utility to Kconfig.
CONFIG_SYS_MEMTEST_START
CONFIG_SYS_MEMTEST_END
Signed-off-by: Ashok Reddy Soma <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
[trini: Fix kmcoge5ne board, re-run migration as well]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/feature-removal-schedule.txt')
| -rw-r--r-- | doc/feature-removal-schedule.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index b5a70da2962..546d2da17d9 100644 --- a/doc/feature-removal-schedule.txt +++ b/doc/feature-removal-schedule.txt @@ -7,18 +7,6 @@ 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 propagated to new platforms from - copy/paste). Remove these defines when unused. - -Who: Tom Rini <[email protected]> - ---------------------------- - What: Users of the legacy miiphy_* code When: undetermined |
