Re: [PATCH] bootstd: Make BOOTSTD_FULL depend on BOOTSTD

2023-06-14 Thread Tom Rini
On Wed, Feb 22, 2023 at 02:06:23PM -0700, Simon Glass wrote: > Move BOOTSTD_FULL down in the file so that it can be enabled only when > BOOTSTD is enabled. This prevents a build error if BOOTSTD is disabled > but BOOTSTD_FULL is enabled. > > Signed-off-by: Simon Glass > Reviewed-by: Ilias Apalod

Re: [PATCH] bootstd: Make BOOTSTD_FULL depend on BOOTSTD

2023-02-23 Thread Ilias Apalodimas
On Wed, 22 Feb 2023 at 23:06, Simon Glass wrote: > > Move BOOTSTD_FULL down in the file so that it can be enabled only when > BOOTSTD is enabled. This prevents a build error if BOOTSTD is disabled > but BOOTSTD_FULL is enabled. > > Signed-off-by: Simon Glass > --- > > boot/Kconfig | 26 +

[PATCH] bootstd: Make BOOTSTD_FULL depend on BOOTSTD

2023-02-22 Thread Simon Glass
Move BOOTSTD_FULL down in the file so that it can be enabled only when BOOTSTD is enabled. This prevents a build error if BOOTSTD is disabled but BOOTSTD_FULL is enabled. Signed-off-by: Simon Glass --- boot/Kconfig | 26 +- 1 file changed, 13 insertions(+), 13 deletions(