summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-07-04 17:23:38 (GMT)
committerStefan Roese <sr@denx.de>2017-07-12 04:57:55 (GMT)
commited72741d9f6819dc0f4705ddecd28b1a676854b0 (patch)
tree6ef12f09da8aae1ef4f1b07f3324f881c4af4a02 /tools
parentb6518b1ea3b40ec1dec786fb942dc47bb164d987 (diff)
downloadu-boot-fsl-qoriq-ed72741d9f6819dc0f4705ddecd28b1a676854b0.tar.xz
tools/kwbimage: update the list of SoCs using v1 header
Armada 38x also uses image header v1. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'tools')
-rw-r--r--tools/kwbimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kwbimage.h b/tools/kwbimage.h
index 20f4d0d..893083e 100644
--- a/tools/kwbimage.h
+++ b/tools/kwbimage.h
@@ -70,7 +70,7 @@ struct kwb_header {
struct ext_hdr_v0 kwb_exthdr;
};
-/* Structure of the main header, version 1 (Armada 370, Armada XP) */
+/* Structure of the main header, version 1 (Armada 370/38x/XP) */
struct main_hdr_v1 {
uint8_t blockid; /* 0 */
uint8_t flags; /* 1 */