From e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621 Mon Sep 17 00:00:00 2001 From: Mario Six Date: Wed, 28 Mar 2018 14:38:14 +0200 Subject: treewide: Migrate CONFIG_SYS_ALT_MEMTEST to Kconfig Migrate the CONFIG_SYS_ALT_MEMTEST option to Kconfig. Signed-off-by: Mario Six [trini: Re-run migration after also including CMD_MEMTEST] Signed-off-by: Tom Rini --- include/configs/ecovec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ecovec.h') diff --git a/include/configs/ecovec.h b/include/configs/ecovec.h index 991cee57f0..35eaec6a46 100644 --- a/include/configs/ecovec.h +++ b/include/configs/ecovec.h @@ -79,7 +79,6 @@ #define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE) #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 200 * 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 -- cgit v1.2.1