mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08:00
arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3
At this offset is stored nand page size. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
0089f61e2d
commit
33cdd9eeaa
@ -76,7 +76,7 @@
|
||||
struct kwbimage_main_hdr_v1 {
|
||||
uint8_t blockid; /* 0x0 */
|
||||
uint8_t flags; /* 0x1 */
|
||||
uint16_t reserved2; /* 0x2-0x3 */
|
||||
uint16_t nandpagesize; /* 0x2-0x3 */
|
||||
uint32_t blocksize; /* 0x4-0x7 */
|
||||
uint8_t version; /* 0x8 */
|
||||
uint8_t headersz_msb; /* 0x9 */
|
||||
|
@ -89,7 +89,7 @@ struct mvebu_image_info {
|
||||
struct a38x_main_hdr_v1 {
|
||||
u8 blockid; /* 0x0 */
|
||||
u8 flags; /* 0x1 */
|
||||
u16 reserved2; /* 0x2-0x3 */
|
||||
u16 nandpagesize; /* 0x2-0x3 */
|
||||
u32 blocksize; /* 0x4-0x7 */
|
||||
u8 version; /* 0x8 */
|
||||
u8 headersz_msb; /* 0x9 */
|
||||
|
Loading…
Reference in New Issue
Block a user