]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fpga: Extend dump description
authorMichal Simek <michal.simek@xilinx.com>
Mon, 26 Jan 2015 07:52:27 +0000 (08:52 +0100)
committerTom Rini <trini@ti.com>
Fri, 30 Jan 2015 14:19:17 +0000 (09:19 -0500)
There are missing parameters in help which fpga dump command
requires.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
common/cmd_fpga.c

index 484a6c6ce0364c7fef5e3ffb62b0411d3fd77698..7f99aabf8a5c69454a19fced5a71c596b043dddc 100644 (file)
@@ -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)