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 /doc/kwboot.1 | |
parent | 787fcf5c004d3e4e9fd4b8b6e092bcfe73714cbb (diff) | |
download | u-boot-0b5909d3afaff4fe552cb01de3cb6e537e8bfece.tar.gz |
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 'doc/kwboot.1')
-rw-r--r-- | doc/kwboot.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kwboot.1 b/doc/kwboot.1 index bda049bde5..f555ff26a2 100644 --- a/doc/kwboot.1 +++ b/doc/kwboot.1 @@ -11,7 +11,7 @@ kwboot \- Boot Marvell Kirkwood (and others 32-bit) SoCs over a serial link. .SH "DESCRIPTION" The \fBkwboot\fP program boots boards based on Marvell's 32-bit -platforms including Kirkwood, Dove, A370, AXP, A375, A38x +platforms including Kirkwood, Dove, Avanta, A370, AXP, A375, A38x and A39x over their integrated UART. Boot image files will typically contain a second stage boot loader, such as U-Boot. The image file must conform to Marvell's BootROM firmware image format |