Commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382

Authored by Mike Frysinger
1 parent d3c38d96b9

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -225,7 +225,7 @@
225 225 }
226 226  
227 227 U_BOOT_CMD(otp, 7, 0, do_otp,
228   - "One-Time-Programmable sub-system\n",
  228 + "One-Time-Programmable sub-system",
229 229 "read <addr> <page> [count] [half]\n"
230 230 " - read 'count' half-pages starting at 'page' (offset 'half') to 'addr'\n"
231 231 "otp dump <addr> <page> [count] [half]\n"