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

2023-12-16 Thread Tom Rini
On Sat, Dec 16, 2023 at 06:16:38AM -0700, 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. > > Reviewed-by: Mattijs Korpershoek > > Signed-off-by: Simon Glass Revi

[PATCH v3 08/16] fastboot: Remove dependencies on CMDLINE

2023-12-16 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. Reviewed-by: Mattijs Korpershoek Signed-off-by: Simon Glass --- Changes in v3: - Expand the fastboot help Changes in v2: - Avoid changing t