
4 Mar
2022
4 Mar
'22
8:49 a.m.
On 3/2/22 11:49, Pali Rohár wrote:
Add all supported Armada SoCs and document -b and -d options in usage.
Signed-off-by: Pali Rohár pali@kernel.org
Reviewed-by: Stefan Roese sr@denx.de Tested-by: Stefan Roese sr@denx.de
Thanks, Stefan
tools/kwboot.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tools/kwboot.c b/tools/kwboot.c index 26cfe6dea6a7..11aca00bf1e6 100644 --- a/tools/kwboot.c +++ b/tools/kwboot.c @@ -1986,14 +1986,15 @@ static void kwboot_usage(FILE *stream, char *progname) { fprintf(stream,
"Usage: %s [OPTIONS] [-b <image> | -D <image> ] [-B <baud> ] <TTY>\n",
progname); fprintf(stream, "\n"); fprintf(stream,"Usage: %s [OPTIONS] [-b <image> | -D <image> | -b | -d ] [-B <baud> ] [-t] <TTY>\n",
" -b <image>: boot <image> with preamble (Kirkwood, Armada 370/XP)\n");
fprintf(stream, " -D <image>: boot <image> without preamble (Dove)\n");" -b <image>: boot <image> with preamble (Kirkwood, Armada 370/XP/375/38x/39x)\n");
- fprintf(stream, " -d: enter debug mode\n");
- fprintf(stream, " -b: enter xmodem boot mode\n");
- fprintf(stream, " -d: enter console debug mode\n"); fprintf(stream, " -a: use timings for Armada XP\n"); fprintf(stream, " -s <resp-timeo>: use specific response-timeout\n"); fprintf(stream,
Viele Grüße, Stefan Roese
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de