diff options
| author | Simon Glass <[email protected]> | 2023-12-14 21:19:07 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-10 17:04:25 -0600 |
| commit | c30e0842b152daa2dfb15bc642bb4d296016d4ac (patch) | |
| tree | 0c8c98df8e19d4fad912f94b364393e06f926cad | |
| parent | b0c27bd81a0b38881016402a21e3ef8ae05e2a50 (diff) | |
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 <[email protected]>
Suggested-by: Tom Rini <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
| -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 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 <CONFIG_FASTBOOT_BUF_ADDR>``. +This is supported if CONFIG_CMDLINE is enabled, which it normally is. Partition Names --------------- |
