summaryrefslogtreecommitdiffstats
path: root/common/cmd_otp.c
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-31 15:01:53 +0200
committerWolfgang Denk <wd@denx.de>2010-08-09 01:07:37 +0200
commit388a29d0243eaca258b4c21e9456b09a0fff76a6 (patch)
tree4b6755e3c8a776c7ad6ca7f064887fe70d2d8674 /common/cmd_otp.c
parentcc9f607beb49d4d3556c326efb83a0a51784e484 (diff)
downloadblackbird-obmc-uboot-388a29d0243eaca258b4c21e9456b09a0fff76a6.tar.gz
blackbird-obmc-uboot-388a29d0243eaca258b4c21e9456b09a0fff76a6.zip
various cmd_* files: fixed layout a little bit
Most of the files have U_BOOT_CMD on a separate line, but a few didn't and had the first line on the same line as U_BOOT_CMD. This changes these files by adding a line break and a tab Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'common/cmd_otp.c')
-rw-r--r--common/cmd_otp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/cmd_otp.c b/common/cmd_otp.c
index 43f7c69f78..56f08e0c05 100644
--- a/common/cmd_otp.c
+++ b/common/cmd_otp.c
@@ -223,7 +223,8 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
return ret;
}
-U_BOOT_CMD(otp, 7, 0, do_otp,
+U_BOOT_CMD(
+ otp, 7, 0, do_otp,
"One-Time-Programmable sub-system",
"read <addr> <page> [count] [half]\n"
" - read 'count' half-pages starting at 'page' (offset 'half') to 'addr'\n"
OpenPOWER on IntegriCloud