From 475d89d94db1aa2a1e65ed440bdedeb6c3e61cad Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 4 May 2020 15:26:19 +0200 Subject: treewide: mem: Remove alternate memtest setup from Mox and x530 The commit e89f8aae3d67 ("treewide: Migrate CONFIG_SYS_ALT_MEMTEST to Kconfig") setup correct dependency on MEMTEST that's why there is no reason to enable enable alternate memtest without mtest command. Signed-off-by: Michal Simek --- include/configs/x530.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/x530.h') diff --git a/include/configs/x530.h b/include/configs/x530.h index 290e13de00..9081f41660 100644 --- a/include/configs/x530.h +++ b/include/configs/x530.h @@ -83,8 +83,6 @@ */ #define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ -#define CONFIG_SYS_ALT_MEMTEST - /* Keep device tree and initrd in low memory so the kernel can access them */ #define CONFIG_EXTRA_ENV_SETTINGS \ "fdt_high=0x10000000\0" \ -- cgit