diff options
author | Simon Glass <sjg@chromium.org> | 2023-12-14 21:19:07 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-10 17:04:25 -0600 |
commit | c30e0842b152daa2dfb15bc642bb4d296016d4ac (patch) | |
tree | 0c8c98df8e19d4fad912f94b364393e06f926cad /doc | |
parent | b0c27bd81a0b38881016402a21e3ef8ae05e2a50 (diff) | |
download | u-boot-c30e0842b152daa2dfb15bc642bb4d296016d4ac.zip u-boot-c30e0842b152daa2dfb15bc642bb4d296016d4ac.tar.gz u-boot-c30e0842b152daa2dfb15bc642bb4d296016d4ac.tar.bz2 |
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 <sjg@chromium.org>
Suggested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/android/fastboot.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst index 1ad8a89..933a652 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 --------------- |