[PATCH] cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH

Simon Glass sjg at chromium.org
Tue Aug 25 17:04:29 CEST 2020


On Mon, 24 Aug 2020 at 05:17, Michal Simek <michal.simek at xilinx.com> wrote:
>
> 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(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list