Skip to content
Snippets Groups Projects
Commit ed72741d authored by Baruch Siach's avatar Baruch Siach Committed by Stefan Roese
Browse files

tools/kwbimage: update the list of SoCs using v1 header


Armada 38x also uses image header v1.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent b6518b1e
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment