summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-10 20:00:32 -0600
committerTom Rini <trini@konsulko.com>2024-04-10 20:00:32 -0600
commit16303608f929a91021d9be91a090cff12a3d89df (patch)
treed3d4d5b7abdf353869d8b5cf0f0b101906b41ac6
parent777c28460947371ada40868dc994dfe8537d7115 (diff)
fastboot: Update help text with respect to CMDLINE
This hunk of the patch was missed when using "b4" to apply the series. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--drivers/fastboot/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/fastboot/Kconfig b/drivers/fastboot/Kconfig
index 58b08120a47..d6e2be09cf7 100644
--- a/drivers/fastboot/Kconfig
+++ b/drivers/fastboot/Kconfig
@@ -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