diff options
Diffstat (limited to 'board/prodrive')
-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 8777284..c323456 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) |