Re: [PATCH] cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH

2020-08-28 Thread Tom Rini
On Mon, Aug 24, 2020 at 01:17:00PM +0200, Michal Simek 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 i

Re: [PATCH] cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH

2020-08-25 Thread Simon Glass
On Mon, 24 Aug 2020 at 05:17, Michal Simek 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

[PATCH] cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH

2020-08-24 Thread Michal Simek
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: