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

2023-12-15 Thread Tom Rini
On Thu, Dec 14, 2023 at 09:19:06PM -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. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Avoid changing

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

2023-12-15 Thread Mattijs Korpershoek
Hi Simon, Thank you for the patch. On jeu., déc. 14, 2023 at 21:19, 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 Reviewed-by: Ma

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

2023-12-14 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 --- Changes in v2: - Avoid changing the logic when a command is not set drivers/fastboot/Kconfig | 1 - driv