diff options
| author | Pali Rohár <[email protected]> | 2022-03-02 11:49:26 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-03-04 13:12:38 +0100 |
| commit | 0b5909d3afaff4fe552cb01de3cb6e537e8bfece (patch) | |
| tree | c5c6356f9a8fed31be3a9df0679ab353a585d21a /tools/kwboot.c | |
| parent | 787fcf5c004d3e4e9fd4b8b6e092bcfe73714cbb (diff) | |
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 <[email protected]>
Tested-by: Tony Dinh <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Tested-by: Stefan Roese <[email protected]>
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 11aca00bf1e..cd1879246a8 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 <[email protected]> * (c) 2021 Pali Rohár <[email protected]> @@ -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"); |
