Skip to content
Snippets Groups Projects
Commit 9507e786 authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

Clean up diufb command definitions


The diufb command usage formatting is non-standard.  It was
made standard in preparation for larger command usage updates.

Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
parent 6450a848
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ int ads5121diu_init_show_bmp(cmd_tbl_t *cmdtp, ...@@ -101,7 +101,7 @@ int ads5121diu_init_show_bmp(cmd_tbl_t *cmdtp,
U_BOOT_CMD( U_BOOT_CMD(
diufb, CONFIG_SYS_MAXARGS, 1, ads5121diu_init_show_bmp, diufb, CONFIG_SYS_MAXARGS, 1, ads5121diu_init_show_bmp,
"diufb init | addr - Init or Display BMP file\n", "diufb - Init or Display BMP file\n",
"init\n - initialize DIU\n" "init\n - initialize DIU\n"
"addr\n - display bmp at address 'addr'\n" "addr\n - display bmp at address 'addr'\n"
); );
......
...@@ -138,7 +138,7 @@ int mpc8610diu_init_show_bmp(cmd_tbl_t *cmdtp, ...@@ -138,7 +138,7 @@ int mpc8610diu_init_show_bmp(cmd_tbl_t *cmdtp,
U_BOOT_CMD( U_BOOT_CMD(
diufb, CONFIG_SYS_MAXARGS, 1, mpc8610diu_init_show_bmp, diufb, CONFIG_SYS_MAXARGS, 1, mpc8610diu_init_show_bmp,
"diufb init | addr - Init or Display BMP file\n", "diufb - Init or Display BMP file\n",
"init\n - initialize DIU\n" "init\n - initialize DIU\n"
"addr\n - display bmp at address 'addr'\n" "addr\n - display bmp at address 'addr'\n"
); );
......
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