[U-Boot] [PATCH] fpga: Extend dump description
Michal Simek
michal.simek at xilinx.com
Mon Jan 26 08:52:27 CET 2015
There are missing parameters in help which fpga dump command
requires.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
common/cmd_fpga.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c
index 484a6c6ce036..7f99aabf8a5c 100644
--- a/common/cmd_fpga.c
+++ b/common/cmd_fpga.c
@@ -346,7 +346,7 @@ U_BOOT_CMD(fpga, 6, 1, do_fpga,
"loadable FPGA image support",
"[operation type] [device number] [image address] [image size]\n"
"fpga operations:\n"
- " dump\t[dev]\t\t\tLoad device to memory buffer\n"
+ " dump\t[dev] [address] [size]\tLoad device to memory buffer\n"
" info\t[dev]\t\t\tlist known device information\n"
" load\t[dev] [address] [size]\tLoad device from memory buffer\n"
#if defined(CONFIG_CMD_FPGA_LOADP)
--
1.8.2.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150126/9c2e5b36/attachment.pgp>
More information about the U-Boot
mailing list