Re: [PATCH 01/24] moveconfig: Show the config name rather than the defconfig

2022-02-22 Thread Simon Glass
Hi Alper, On Tue, 22 Feb 2022 at 19:35, Simon Glass wrote: > > On 08/02/2022 21:49, Simon Glass wrote: > > The _defconfig suffix is unnecessary when showing matching boards. Drop > > it. > > > > Signed-off-by: Simon Glass > > --- > > > > tools/moveconfig.py | 15 ++- > > 1 file chan

Re: [PATCH 01/24] moveconfig: Show the config name rather than the defconfig

2022-02-22 Thread Simon Glass
On 08/02/2022 21:49, Simon Glass wrote: > The _defconfig suffix is unnecessary when showing matching boards. Drop > it. > > Signed-off-by: Simon Glass > --- > > tools/moveconfig.py | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) > Applied to u-boot-dm, thanks!

Re: [PATCH 01/24] moveconfig: Show the config name rather than the defconfig

2022-02-15 Thread Alper Nebi Yasak
On 08/02/2022 21:49, Simon Glass wrote: > The _defconfig suffix is unnecessary when showing matching boards. Drop > it. > > Signed-off-by: Simon Glass > --- > > tools/moveconfig.py | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) > > diff --git a/tools/moveconfig.py b/to