Cosmetic doc typo fixes to the kwbimage feature docs
[platform/kernel/u-boot.git] / doc / README.kwbimage
index 2a5b3b3..7f15e6d 100644 (file)
@@ -17,15 +17,15 @@ Command syntax:
                to list the kwb image file details
 
 ./tools/mkimage -n <board specific configuration file> \
-                -T kwbimage -a <start address> -e <execution address> \
+               -T kwbimage -a <start address> -e <execution address> \
                -d <input_raw_binary> <output_kwboot_file>
 
 for ex.
 ./tools/mkimage -n ./board/Marvell/openrd_base/kwbimage.cfg \
-                -T kwbimage -a 0x00600000 -e 0x00600000 \
+               -T kwbimage -a 0x00600000 -e 0x00600000 \
                -d u-boot.bin u-boot.kwb
 
-kwimage support available with mkimage utility will generate kirkwood boot
+kwbimage support available with mkimage utility will generate kirkwood boot
 image that can be flashed on the board NAND/SPI flash
 
 Board specific configuration file specifications: