1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-30 23:11:32 +02:00

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 <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
[trini: Fix kmcoge5ne board, re-run migration as well]
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Ashok Reddy Soma
2020-05-04 15:26:21 +02:00
committed by Tom Rini
parent a389c9cd93
commit 702de89cc6
496 changed files with 417 additions and 804 deletions

View File

@@ -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 <trini@ti.com>
---------------------------
What: Users of the legacy miiphy_* code
When: undetermined