diff options
author | Wolfgang Denk <wd@denx.de> | 2009-10-28 00:49:47 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-28 00:49:47 +0100 |
commit | 4946775c6db52dba28f72ba3525764b54f1d4593 (patch) | |
tree | e5d0d53ce1e138f05b2ced553933aecc6907c3e1 /doc/README.kwbimage | |
parent | 246c69225c7b962d5c93e92282b78ca9fc5fefee (diff) |
Coding Style cleanup; update CHANGELOG, prepare -rc1v2009.11-rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/README.kwbimage')
-rw-r--r-- | doc/README.kwbimage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.kwbimage b/doc/README.kwbimage index 2a5b3b3be5d..6dd942f1097 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 |