]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - README
ARM: armv7 fix spelling of SCTRL
[karo-tx-uboot.git] / README
diff --git a/README b/README
index fefa71c0a6c5f3adf8ed437e6956227a0e502e8b..a11e74aff1b923f3c7cd8381305c32640a61a28e 100644 (file)
--- a/README
+++ b/README
@@ -5899,9 +5899,10 @@ 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 -p position data_file
-         -i ==> extract from the 'image' a specific 'data_file', \
-          indexed by 'position'
+       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'
 
 
 Installing a Linux Image: