diff options
author | Pali Rohár <pali@kernel.org> | 2022-03-02 11:49:26 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-03-04 13:12:38 +0100 |
commit | 0b5909d3afaff4fe552cb01de3cb6e537e8bfece (patch) | |
tree | c5c6356f9a8fed31be3a9df0679ab353a585d21a /tools/kwboot.c | |
parent | 787fcf5c004d3e4e9fd4b8b6e092bcfe73714cbb (diff) | |
download | u-boot-0b5909d3afaff4fe552cb01de3cb6e537e8bfece.zip u-boot-0b5909d3afaff4fe552cb01de3cb6e537e8bfece.tar.gz u-boot-0b5909d3afaff4fe552cb01de3cb6e537e8bfece.tar.bz2 |
tools: kwboot: Update doc about Avanta
Testes proved that current kwboot version supports also Avanta SoCs.
It looks like that Avanta SoCs are using same kwbimage format as Armada.
Signed-off-by: Pali Rohár <pali@kernel.org>
Tested-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'tools/kwboot.c')
-rw-r--r-- | tools/kwboot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/kwboot.c b/tools/kwboot.c index 11aca00..cd18792 100644 --- a/tools/kwboot.c +++ b/tools/kwboot.c @@ -1,7 +1,7 @@ /* * Boot a Marvell SoC, with Xmodem over UART0. - * supports Kirkwood, Dove, Armada 370, Armada XP, Armada 375, Armada 38x and - * Armada 39x + * supports Kirkwood, Dove, Avanta, Armada 370, Armada XP, Armada 375, + * Armada 38x and Armada 39x. * * (c) 2012 Daniel Stodden <daniel.stodden@gmail.com> * (c) 2021 Pali Rohár <pali@kernel.org> @@ -1990,7 +1990,7 @@ kwboot_usage(FILE *stream, char *progname) progname); fprintf(stream, "\n"); fprintf(stream, - " -b <image>: boot <image> with preamble (Kirkwood, Armada 370/XP/375/38x/39x)\n"); + " -b <image>: boot <image> with preamble (Kirkwood, Avanta, Armada 370/XP/375/38x/39x)\n"); fprintf(stream, " -D <image>: boot <image> without preamble (Dove)\n"); fprintf(stream, " -b: enter xmodem boot mode\n"); |