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 /include/configs/mx7ulp_com.h | |
| 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 'include/configs/mx7ulp_com.h')
| -rw-r--r-- | include/configs/mx7ulp_com.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx7ulp_com.h b/include/configs/mx7ulp_com.h index f6e173d7d53..f7f94044794 100644 --- a/include/configs/mx7ulp_com.h +++ b/include/configs/mx7ulp_com.h @@ -49,13 +49,10 @@ /* Physical Memory Map */ #define PHYS_SDRAM 0x60000000 -#define CONFIG_SYS_MEMTEST_START PHYS_SDRAM #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM #define CONFIG_LOADADDR 0x60800000 -#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + SZ_512M) - #define CONFIG_EXTRA_ENV_SETTINGS \ "image=zImage\0" \ "console=ttyLP0\0" \ |
