[PATCH v2 2/2] usbgadget: add bbu fastboot partition naming scheme
Bastian Krause
bst at pengutronix.de
Wed Jan 24 07:47:28 PST 2024
Signed-off-by: Bastian Krause <bst at pengutronix.de>
---
New patch, no v1 available.
---
commands/usbgadget.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/commands/usbgadget.c b/commands/usbgadget.c
index d0dcde69cec..e69660fde54 100644
--- a/commands/usbgadget.c
+++ b/commands/usbgadget.c
@@ -61,7 +61,8 @@ BAREBOX_CMD_HELP_TEXT("Options:")
BAREBOX_CMD_HELP_OPT ("-a\t", "Create CDC ACM function")
BAREBOX_CMD_HELP_OPT ("-A <desc>", "Create Android Fastboot function. If 'desc' is not provided, "
"try to use 'global.fastboot.partitions' variable.")
-BAREBOX_CMD_HELP_OPT ("-b\t", "include registered barebox update handlers (fastboot specific)")
+BAREBOX_CMD_HELP_OPT ("-b\t", "include registered barebox update handlers (fastboot specific,"
+ "exported as 'bbu-<update_handler_name>' partitions)")
BAREBOX_CMD_HELP_OPT ("-D <desc>", "Create DFU function. If 'desc' is not provided, "
"try to use 'global.usbgadget.dfu_function' variable.")
BAREBOX_CMD_HELP_OPT ("-S <desc>", "Create USB Mass Storage function. If 'desc' is not provided,"
--
2.39.2
More information about the barebox
mailing list