summaryrefslogtreecommitdiff
path: root/tools/kwbimage.c
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-09-25 00:07:02 +0300
committerStefan Roese <sr@denx.de>2021-10-01 12:07:13 +0300
commit8010f4ffc5832abba3090fc9b619701eb04deba3 (patch)
treea929fed2012bbc1ed10242f22bb3165df95ef9a6 /tools/kwbimage.c
parentfe2fd73d5557cc0bc6e671aa426ca1d53c4caee9 (diff)
downloadu-boot-8010f4ffc5832abba3090fc9b619701eb04deba3.tar.xz
tools: kwbimage: Update comments describing kwbimage v1 structures
These structures are relevant for several other platforms, mention them all. Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'tools/kwbimage.c')
-rw-r--r--tools/kwbimage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/kwbimage.c b/tools/kwbimage.c
index d1f4f93e0f..77bf4dd886 100644
--- a/tools/kwbimage.c
+++ b/tools/kwbimage.c
@@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Image manipulator for Marvell SoCs
- * supports Kirkwood, Dove, Armada 370, Armada XP, and Armada 38x
+ * supports Kirkwood, Dove, Armada 370, Armada XP, Armada 375, Armada 38x and
+ * Armada 39x
*
* (C) Copyright 2013 Thomas Petazzoni
* <thomas.petazzoni@free-electrons.com>