treewide: mem: Remove alternate memtest setup from Mox and x530
authorMichal Simek <michal.simek@xilinx.com>
Mon, 4 May 2020 13:26:19 +0000 (15:26 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 8 May 2020 13:16:26 +0000 (09:16 -0400)
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 <michal.simek@xilinx.com>
include/configs/turris_mox.h
include/configs/x530.h

index e414f90fe1e4b0c6df00d92d9b55159c46af2079..49bd6b53d2eef50793c5a7c86ee1f7d415523461 100644 (file)
@@ -50,8 +50,6 @@
 #define CONFIG_SYS_RESET_ADDRESS 0xffff0000    /* Rst Vector Adr */
 #define CONFIG_SYS_MAXARGS     32      /* max number of command args */
 
-#define CONFIG_SYS_ALT_MEMTEST
-
 /* End of 16M scrubbed by training in bootrom */
 #define CONFIG_SYS_INIT_SP_ADDR         (CONFIG_SYS_TEXT_BASE + 0xFF0000)
 
index 290e13de00757888d446953e196a80316c349534..9081f416605ef3492f9ef7ee39ec06b4718cc62a 100644 (file)
@@ -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"         \