mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
d3c38d96b9
commit
dbc6ab9f75
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
"One-Time-Programmable sub-system\n",
|
||||
"One-Time-Programmable sub-system",
|
||||
"read <addr> <page> [count] [half]\n"
|
||||
" - read 'count' half-pages starting at 'page' (offset 'half') to 'addr'\n"
|
||||
"otp dump <addr> <page> [count] [half]\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue