[PATCH v2 09/16] doc: Mention fastboot dependency on CMDLINE

Mattijs Korpershoek mkorpershoek at baylibre.com
Fri Dec 15 13:07:19 CET 2023


Hi Simon,

Thank you for the patch.

On jeu., déc. 14, 2023 at 21:19, Simon Glass <sjg at chromium.org> wrote:

> The fastboot 'boot' command only supports running a U-Boot command if
> CONFIG_CMDLINE is enabled. Mention this in the documentation.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Suggested-by: Tom Rini <trini at konsulko.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>

> ---
>
> (no changes since v1)
>
>  doc/android/fastboot.rst | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst
> index 1ad8a897c853..933a652538c7 100644
> --- a/doc/android/fastboot.rst
> +++ b/doc/android/fastboot.rst
> @@ -127,6 +127,7 @@ Boot command
>  
>  When executing the fastboot ``boot`` command, if ``fastboot_bootcmd`` is set
>  then that will be executed in place of ``bootm <CONFIG_FASTBOOT_BUF_ADDR>``.
> +This is supported if CONFIG_CMDLINE is enabled, which it normally is.
>  
>  Partition Names
>  ---------------
> -- 
> 2.43.0.472.g3155946c3a-goog


More information about the U-Boot mailing list