]> Git Repo - J-u-boot.git/commitdiff
cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH
authorMichal Simek <[email protected]>
Mon, 24 Aug 2020 11:17:00 +0000 (13:17 +0200)
committerTom Rini <[email protected]>
Thu, 27 Aug 2020 15:26:58 +0000 (11:26 -0400)
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
cmd/mem.c

index 190e2b94a7d45c28c350a51e338c5dae8af29518..9df5eb068a79b09bc972a2f119c51eaaa8e37a6f 100644 (file)
--- a/cmd/mem.c
+++ b/cmd/mem.c
 
 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
This page took 0.037559 seconds and 4 git commands to generate.