mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
b6518b1ea3
commit
ed72741d9f
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue