Re: [PATCH 08/14] fastboot: Remove dependencies on CMDLINE

2023-12-09 Thread Tom Rini
On Mon, Dec 04, 2023 at 10:27:53AM +, Alex Kiernan wrote: > On Mon, Dec 4, 2023 at 1:31 AM Simon Glass wrote: > > > > It is possible to boot a kernel without CMDLINE being enabled. Update > > the implementation to handle this, and drop the condition from the > > FASTBOOT config. > > > > Signed

Re: [PATCH 08/14] fastboot: Remove dependencies on CMDLINE

2023-12-04 Thread Alex Kiernan
On Mon, Dec 4, 2023 at 1:31 AM Simon Glass wrote: > > It is possible to boot a kernel without CMDLINE being enabled. Update > the implementation to handle this, and drop the condition from the > FASTBOOT config. > > Signed-off-by: Simon Glass > --- > > drivers/fastboot/Kconfig | 1 - > driv

[PATCH 08/14] fastboot: Remove dependencies on CMDLINE

2023-12-03 Thread Simon Glass
It is possible to boot a kernel without CMDLINE being enabled. Update the implementation to handle this, and drop the condition from the FASTBOOT config. Signed-off-by: Simon Glass --- drivers/fastboot/Kconfig | 1 - drivers/fastboot/fb_common.c | 26 -- 2 files cha