[U-Boot] [PATCH 1/4] tools/kwbimage: update the list of SoCs using v1 header
Baruch Siach
baruch at tkos.co.il
Tue Jul 4 17:23:38 UTC 2017
Armada 38x also uses image header v1.
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
tools/kwbimage.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/kwbimage.h b/tools/kwbimage.h
index 20f4d0d9dd7f..893083e4e4cd 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 */
--
2.13.2
More information about the U-Boot
mailing list