Skip to content
Snippets Groups Projects
Commit d641819c authored by Bin Meng's avatar Bin Meng Committed by Tom Rini
Browse files

common/cmd_io.c: Fix incorrect help for iod/iow

parent 76f8cdb2
No related branches found
No related tags found
No related merge requests found
...@@ -70,8 +70,8 @@ int do_io_iow(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) ...@@ -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, 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, U_BOOT_CMD(iow, 3, 0, do_io_iow,
"IO space modify (auto-incrementing address)", "IO space modify",
"[.b, .w, .l] address"); "[.b, .w, .l] address value");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment