diff options
author | Tyler Hicks <tyhicks@linux.microsoft.com> | 2020-10-26 10:40:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-11-19 09:45:49 -0500 |
commit | e157a1114e4f9294219f4257d0e7983ecb4c328d (patch) | |
tree | 9b30253dac7eda06fd59db2c4a8cdde723804790 /README | |
parent | 6a457bb29535c4e743dc4c487caf20a122cea435 (diff) | |
download | u-boot-e157a1114e4f9294219f4257d0e7983ecb4c328d.zip u-boot-e157a1114e4f9294219f4257d0e7983ecb4c328d.tar.gz u-boot-e157a1114e4f9294219f4257d0e7983ecb4c328d.tar.bz2 |
tools: dumpimage: Remove remaining mentions of the -i option
The -i option of the dumpimage tool has been removed so it should no
longer be documented in the README file. Refer readers to the tool's
help output rather than maintain a copy of the usage in the README.
Finally, adjust the example dumpfile invocation in imagetool.h to use
the -o option instead of the removed -i option.
Fixes: 12b831879a76 ("tools: dumpimage: Simplify arguments")
Signed-off-by: Tyler Hicks <tyhicks@linux.microsoft.com>
Cc: Martyn Welch <martyn.welch@collabora.com>
Acked-by: Martyn Welch <martyn.welch@collabora.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -3832,16 +3832,8 @@ when your kernel is intended to use an initial ramdisk: Load Address: 0x00000000 Entry Point: 0x00000000 -The "dumpimage" is a tool to disassemble images built by mkimage. Its "-i" -option performs the converse operation of the mkimage's second form (the "-d" -option). Given an image built by mkimage, the dumpimage extracts a "data file" -from the image: - - tools/dumpimage -i image -T type -p position data_file - -i ==> extract from the 'image' a specific 'data_file' - -T ==> set image type to 'type' - -p ==> 'position' (starting at 0) of the 'data_file' inside the 'image' - +The "dumpimage" tool can be used to disassemble or list the contents of images +built by mkimage. See dumpimage's help output (-h) for details. Installing a Linux Image: ------------------------- |