mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
common/cmd_io.c: Fix incorrect help for iod/iow
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -70,8 +70,8 @@ int do_io_iow(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
|
||||
|
||||
/**************************************************/
|
||||
U_BOOT_CMD(iod, 2, 0, do_io_iod,
|
||||
"IO space display", "[.b, .w, .l] address [# of objects]");
|
||||
"IO space display", "[.b, .w, .l] address");
|
||||
|
||||
U_BOOT_CMD(iow, 3, 0, do_io_iow,
|
||||
"IO space modify (auto-incrementing address)",
|
||||
"[.b, .w, .l] address");
|
||||
"IO space modify",
|
||||
"[.b, .w, .l] address value");
|
||||
|
Reference in New Issue
Block a user