Re: [PATCH] vbe: Enable command only with BOOTSTD_FULL

2022-08-26 Thread Simon Glass
On Tue, 23 Aug 2022 at 20:14, Simon Glass wrote: > > Avoid enabling this command by default. This saves about 1KB of code > space. > > Signed-off-by: Simon Glass > --- > > cmd/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to u-boot-dm, thanks!

Re: [PATCH] vbe: Enable command only with BOOTSTD_FULL

2022-08-24 Thread Ilias Apalodimas
On Tue, 23 Aug 2022 at 20:14, Simon Glass wrote: > > Avoid enabling this command by default. This saves about 1KB of code > space. > > Signed-off-by: Simon Glass > --- > > cmd/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cmd/Kconfig b/cmd/Kconfig > index 211eb

[PATCH] vbe: Enable command only with BOOTSTD_FULL

2022-08-23 Thread Simon Glass
Avoid enabling this command by default. This saves about 1KB of code space. Signed-off-by: Simon Glass --- cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 211ebe9c878..8ea064b8d2f 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -333,