From: Simon Glass Date: Fri, 15 Dec 2023 04:19:07 +0000 (-0700) Subject: doc: Mention fastboot dependency on CMDLINE X-Git-Tag: v2024.07-rc1~68^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c30e0842b152daa2dfb15bc642bb4d296016d4ac;p=pandora-u-boot.git doc: Mention fastboot dependency on CMDLINE 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 Suggested-by: Tom Rini Reviewed-by: Mattijs Korpershoek Reviewed-by: Sam Protsenko --- diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst index 1ad8a897c85..933a652538c 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 ``. +This is supported if CONFIG_CMDLINE is enabled, which it normally is. Partition Names ---------------