]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH
authorMichal Simek <michal.simek@xilinx.com>
Mon, 24 Aug 2020 11:17:00 +0000 (13:17 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 27 Aug 2020 15:26:58 +0000 (11:26 -0400)
commit2c7bb4941e637c93df9819b9e2e3ea3f2a93fa1a
tree21c9d16a0a517122ba0146d05dca61b136e77e3c
parent8e11732993c8c18fe97c2058c7d9c68237a048cd
cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH

The commit e9f9864f7332 ("cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH
mapping") removed CONFIG_SYS_MEMTEST_SCRATCH but commit cf5d280cd563
("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: cf5d280cd563 ("command: Remove the cmd_tbl_t typedef
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/mem.c