mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
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>
This commit is contained in:
@@ -127,6 +127,7 @@ Boot command
|
|||||||
|
|
||||||
When executing the fastboot ``boot`` command, if ``fastboot_bootcmd`` is set
|
When executing the fastboot ``boot`` command, if ``fastboot_bootcmd`` is set
|
||||||
then that will be executed in place of ``bootm <CONFIG_FASTBOOT_BUF_ADDR>``.
|
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
|
Partition Names
|
||||||
---------------
|
---------------
|
||||||
|
Reference in New Issue
Block a user