diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-05-04 15:26:19 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-08 09:16:26 -0400 |
commit | 475d89d94db1aa2a1e65ed440bdedeb6c3e61cad (patch) | |
tree | ab67ccaf560f17b63e72dc30f1b523df75a42c59 /include/configs/turris_mox.h | |
parent | e519f03a18464c1fe249bd7fcf7829fad31abc9a (diff) |
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 <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/turris_mox.h')
-rw-r--r-- | include/configs/turris_mox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index e414f90fe1..49bd6b53d2 100644 --- a/include/configs/turris_mox.h +++ b/include/configs/turris_mox.h @@ -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) |