diff options
Diffstat (limited to 'board/prodrive/pdnb3')
| -rw-r--r-- | board/prodrive/pdnb3/pdnb3.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/prodrive/pdnb3/pdnb3.c b/board/prodrive/pdnb3/pdnb3.c index 877728403..c323456d6 100644 --- a/board/prodrive/pdnb3/pdnb3.c +++ b/board/prodrive/pdnb3/pdnb3.c @@ -228,7 +228,7 @@ int do_fpga(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	fpga,     2,     0,      do_fpga,  	"boot FPGA", -	"address size\n    - boot FPGA with gzipped image at <address>\n" +	"address size\n    - boot FPGA with gzipped image at <address>"  );  #if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI) |