diff options
author | wdenk <wdenk> | 2004-11-21 00:06:33 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-11-21 00:06:33 +0000 |
commit | 9d5028c2f7a65d3777867a6cfc966a01a5823132 (patch) | |
tree | c971cc2b0d41e422585c1911fffda7d2d6403ee4 /tools | |
parent | cacfab588a897c369a4906818c5ed4bc40a450c5 (diff) | |
download | u-boot-9d5028c2f7a65d3777867a6cfc966a01a5823132.tar.gz u-boot-9d5028c2f7a65d3777867a6cfc966a01a5823132.tar.xz u-boot-9d5028c2f7a65d3777867a6cfc966a01a5823132.zip |
* Update for AT91RM9200DK and CMC_PU2 boards:
- Enable booting directly from flash
- fix CMC_PU2 flash driver
* Fix mkimage usage message
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mkimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c index b6e030e28e..d35abc99e6 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -590,7 +590,7 @@ usage () { fprintf (stderr, "Usage: %s -l image\n" " -l ==> list image header information\n" - " %s -A arch -O os -T type -C comp " + " %s [-x] -A arch -O os -T type -C comp " "-a addr -e ep -n name -d data_file[:data_file...] image\n", cmdname, cmdname); fprintf (stderr, " -A ==> set architecture to 'arch'\n" |