diff options
| author | Pali Rohár <[email protected]> | 2021-10-22 12:37:48 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2021-10-28 10:33:32 +0200 |
| commit | 33cdd9eeaaff48d083af5c0126823348c2b44d97 (patch) | |
| tree | 4735f1a61f702faf7daa2e54301427e4ab351fe3 /arch | |
| parent | 0089f61e2dad50650d848ce8625d2b2141f56984 (diff) | |
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 <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-mvebu/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/spl.c b/arch/arm/mach-mvebu/spl.c index b798c797cc2..27389bfa784 100644 --- a/arch/arm/mach-mvebu/spl.c +++ b/arch/arm/mach-mvebu/spl.c @@ -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 */ |
