ADD: [swupdate] uboot update support for nbhw16

SVN commit 21191@trunk
This commit is contained in:
Marcel Reichmuth 2016-07-19 13:01:38 +00:00 committed by Moritz Rosenthal
parent a567de29a2
commit 82c6e10cd0
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ typedef struct nm_header {
__be32 nm_start_tag; /* BLST (0x424c5354) */ __be32 nm_start_tag; /* BLST (0x424c5354) */
__be32 nm_version; /* U-boot version number */ __be32 nm_version; /* U-boot version number */
__be32 nm_length; /* U-boot image length */ __be32 nm_length; /* U-boot image length */
uint8_t reserved[244]; /* Reserved */
struct image_header header; struct image_header header;
} nm_header_t; } nm_header_t;