From: Michal Simek Date: Mon, 26 Jan 2015 07:52:27 +0000 (+0100) Subject: fpga: Extend dump description X-Git-Tag: v2015.04-rc1~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2d73f0d6cd42a0ed9a791d665ddbd3d3bf287801;p=oweals%2Fu-boot.git fpga: Extend dump description There are missing parameters in help which fpga dump command requires. Signed-off-by: Michal Simek --- diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c index 484a6c6ce0..7f99aabf8a 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)