summaryrefslogtreecommitdiffstats
path: root/doc/README.kwbimage
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-10-28 00:49:47 +0100
committerWolfgang Denk <wd@denx.de>2009-10-28 00:49:47 +0100
commit4946775c6db52dba28f72ba3525764b54f1d4593 (patch)
treee5d0d53ce1e138f05b2ced553933aecc6907c3e1 /doc/README.kwbimage
parent246c69225c7b962d5c93e92282b78ca9fc5fefee (diff)
downloadtalos-obmc-uboot-4946775c6db52dba28f72ba3525764b54f1d4593.tar.gz
talos-obmc-uboot-4946775c6db52dba28f72ba3525764b54f1d4593.zip
Coding Style cleanup; update CHANGELOG, prepare -rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/README.kwbimage')
-rw-r--r--doc/README.kwbimage4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.kwbimage b/doc/README.kwbimage
index 2a5b3b3be5..6dd942f109 100644
--- a/doc/README.kwbimage
+++ b/doc/README.kwbimage
@@ -17,12 +17,12 @@ 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
OpenPOWER on IntegriCloud