projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c24c9d
)
cmd: tizendown: Update usbdown usage with proper command
98/315598/2
accepted/tizen/unified/20241204.183314
accepted/tizen/unified/x/20241218.032629
accepted/tizen/unified/x/asan/20241224.004353
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Tue, 3 Dec 2024 10:25:21 +0000
(19:25 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Tue, 3 Dec 2024 10:30:29 +0000
(10:30 +0000)
Update usbdown usage help with 'usbdown' command.
Change-Id: I095adcb3156afe7dc78ead52025598fa3e381320
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
cmd/tizendown.c
patch
|
blob
|
history
diff --git
a/cmd/tizendown.c
b/cmd/tizendown.c
index 0ba78b0802a315c214de5b94deb94e36d3f0e164..5ea9017d9bdda68ee04bad04526ec8b8ed9b856d 100644
(file)
--- a/
cmd/tizendown.c
+++ b/
cmd/tizendown.c
@@
-303,5
+303,5
@@
U_BOOT_CMD(usbdown, CONFIG_SYS_MAXARGS, 1, do_usb_down,
" fusing images from \"updateTizen\" USB directory to MMC.\n"
" - \"updateTizen\" directory has to be on the first partition\n"
" of the USB storage\n"
- "(e.g)
tizen
down [rootfs.img]\n\n"
+ "(e.g)
usb
down [rootfs.img]\n\n"
);