]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
fastboot: Update help text with respect to CMDLINE
authorTom Rini <trini@konsulko.com>
Thu, 11 Apr 2024 02:00:32 +0000 (20:00 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 11 Apr 2024 02:00:32 +0000 (20:00 -0600)
This hunk of the patch was missed when using "b4" to apply the series.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/fastboot/Kconfig

index 58b08120a4754ebbbe199b178024b3fc992db670..d6e2be09cf72f68829d87ead00b30d6c587c0fc0 100644 (file)
@@ -12,6 +12,10 @@ config FASTBOOT
          More information about the protocol and usecases:
          https://android.googlesource.com/platform/system/core/+/refs/heads/master/fastboot/
 
+         Note that enabling CMDLINE is recommended since fastboot allows U-Boot
+         commands to be executed on request. The CMDLINE option is required
+         for anything other than simply booting the OS.
+
 config USB_FUNCTION_FASTBOOT
        bool "Enable USB fastboot gadget"
        depends on USB_GADGET