aboutsummaryrefslogtreecommitdiff
path: root/tools/kwboot.c
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-09-24 23:07:13 +0200
committerStefan Roese <sr@denx.de>2021-10-01 11:07:13 +0200
commitb843aedeb24e02d02473129523e6a99d6d8912dc (patch)
treec3526d756770945efa837d4a3e1dffb38edda049 /tools/kwboot.c
parentb4eea8f9b054068371dceddee84a54113362ecbc (diff)
downloadu-boot-b843aedeb24e02d02473129523e6a99d6d8912dc.zip
u-boot-b843aedeb24e02d02473129523e6a99d6d8912dc.tar.gz
u-boot-b843aedeb24e02d02473129523e6a99d6d8912dc.tar.bz2
tools: kwboot: Update file header
Mention all supported platforms in file header. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'tools/kwboot.c')
-rw-r--r--tools/kwboot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/kwboot.c b/tools/kwboot.c
index 9da5b42..6fa6dff 100644
--- a/tools/kwboot.c
+++ b/tools/kwboot.c
@@ -1,6 +1,7 @@
/*
* Boot a Marvell SoC, with Xmodem over UART0.
- * supports Kirkwood, Dove, Armada 370, Armada XP
+ * supports Kirkwood, Dove, Armada 370, Armada XP, Armada 375, Armada 38x and
+ * Armada 39x
*
* (c) 2012 Daniel Stodden <daniel.stodden@gmail.com>
*