diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-03-28 14:38:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 14:52:45 -0400 |
commit | e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621 (patch) | |
tree | f0e2593048f2cab99716b6ae2a12916da6df2434 /include/configs/r0p7734.h | |
parent | c9542eae0bf815e8196dd9238c38290de173725a (diff) |
treewide: Migrate CONFIG_SYS_ALT_MEMTEST to Kconfig
Migrate the CONFIG_SYS_ALT_MEMTEST option to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
[trini: Re-run migration after also including CMD_MEMTEST]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/r0p7734.h')
-rw-r--r-- | include/configs/r0p7734.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/r0p7734.h b/include/configs/r0p7734.h index c14b4d2648..c5cb657afb 100644 --- a/include/configs/r0p7734.h +++ b/include/configs/r0p7734.h @@ -42,7 +42,6 @@ #define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE) #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 100 * 1024 * 1024) /* Enable alternate, more extensive, memory test */ -#undef CONFIG_SYS_ALT_MEMTEST /* Scratch address used by the alternate memory test */ #undef CONFIG_SYS_MEMTEST_SCRATCH |