Skip to content
Snippets Groups Projects
Commit dbc6ab9f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: drop newline from OTP help


Looks like I accidentally added a newline to the OTP help when merging and
older change.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent d3c38d96
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) ...@@ -225,7 +225,7 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
} }
U_BOOT_CMD(otp, 7, 0, do_otp, U_BOOT_CMD(otp, 7, 0, do_otp,
"One-Time-Programmable sub-system\n", "One-Time-Programmable sub-system",
"read <addr> <page> [count] [half]\n" "read <addr> <page> [count] [half]\n"
" - read 'count' half-pages starting at 'page' (offset 'half') to 'addr'\n" " - read 'count' half-pages starting at 'page' (offset 'half') to 'addr'\n"
"otp dump <addr> <page> [count] [half]\n" "otp dump <addr> <page> [count] [half]\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