[PATCH] cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH

Michal Simek michal.simek at xilinx.com
Mon Aug 24 13:17:00 CEST 2020


The commit e519f03a1846 ("cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH
mapping") removed CONFIG_SYS_MEMTEST_SCRATCH but commit 091401131085
("command: Remove the cmd_tbl_t typedef") has added it back. That's why
symbol is still in the tree that's why remove it again.

Fixes: 091401131085 ("command: Remove the cmd_tbl_t typedef
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 cmd/mem.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cmd/mem.c b/cmd/mem.c
index 190e2b94a7d4..9df5eb068a79 100644
--- a/cmd/mem.c
+++ b/cmd/mem.c
@@ -30,10 +30,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#ifndef CONFIG_SYS_MEMTEST_SCRATCH
-#define CONFIG_SYS_MEMTEST_SCRATCH 0
-#endif
-
 /* Create a compile-time value */
 #ifdef MEM_SUPPORT_64BIT_DATA
 #define SUPPORT_64BIT_DATA 1
-- 
2.28.0



More information about the U-Boot mailing list