diff options
Diffstat (limited to 'common/cmd_otp.c')
| -rw-r--r-- | common/cmd_otp.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/common/cmd_otp.c b/common/cmd_otp.c index 43f7c69f7..56f08e0c0 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" |