From: Michal Simek Date: Mon, 24 Aug 2020 11:17:00 +0000 (+0200) Subject: cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=0b2b9b85d0d6d69b7b6ce7c6f4e2db91f0d43759;p=u-boot.git 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 Reviewed-by: Simon Glass --- diff --git a/cmd/mem.c b/cmd/mem.c index 190e2b94a7..9df5eb068a 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