aboutsummaryrefslogtreecommitdiff
path: root/cmd/mem.c
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-08-24 13:17:00 +0200
committerTom Rini <trini@konsulko.com>2020-08-27 11:26:58 -0400
commit0b2b9b85d0d6d69b7b6ce7c6f4e2db91f0d43759 (patch)
tree21c9d16a0a517122ba0146d05dca61b136e77e3c /cmd/mem.c
parentde95930946f5de3b5f43aaf4153a334d841d4f3c (diff)
downloadu-boot-0b2b9b85d0d6d69b7b6ce7c6f4e2db91f0d43759.zip
u-boot-0b2b9b85d0d6d69b7b6ce7c6f4e2db91f0d43759.tar.gz
u-boot-0b2b9b85d0d6d69b7b6ce7c6f4e2db91f0d43759.tar.bz2
cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH
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@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd/mem.c')
-rw-r--r--cmd/mem.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/mem.c b/cmd/mem.c
index 190e2b9..9df5eb0 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