From: Baruch Siach <baruch@tkos.co.il>
Date: Tue, 4 Jul 2017 17:23:38 +0000 (+0300)
Subject: tools/kwbimage: update the list of SoCs using v1 header
X-Git-Tag: v2025.01-rc5-pxa1908~6370^2~3
X-Git-Url: http://git.dujemihanovic.xyz/browse.php?a=commitdiff_plain;h=ed72741d9f6819dc0f4705ddecd28b1a676854b0;p=u-boot.git

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>
---

diff --git a/tools/kwbimage.h b/tools/kwbimage.h
index 20f4d0d9dd..893083e4e4 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 */