Commit 2d73f0d6cd42a0ed9a791d665ddbd3d3bf287801

Authored by Michal Simek
Committed by Tom Rini
1 parent ffc103732c

fpga: Extend dump description

There are missing parameters in help which fpga dump command
requires.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -346,7 +346,7 @@
346 346 "loadable FPGA image support",
347 347 "[operation type] [device number] [image address] [image size]\n"
348 348 "fpga operations:\n"
349   - " dump\t[dev]\t\t\tLoad device to memory buffer\n"
  349 + " dump\t[dev] [address] [size]\tLoad device to memory buffer\n"
350 350 " info\t[dev]\t\t\tlist known device information\n"
351 351 " load\t[dev] [address] [size]\tLoad device from memory buffer\n"
352 352 #if defined(CONFIG_CMD_FPGA_LOADP)