mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-23 05:36:29 -04:00
omap3: Fixed a problem with hwecc
In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there was a typo that offset all the ecc registers by 4 bytes, fixed that. Signed-off-by: Ben Goska <goskab@onid.oregonstate.edu> Acked-by: Dirk Behme <dirk.behme@googlemail.com>
This commit is contained in:
parent
4af34177b6
commit
8fa656aa52
@ -120,9 +120,9 @@ struct gpmc {
|
|||||||
u8 res4[0xC];
|
u8 res4[0xC];
|
||||||
u32 config; /* 0x50 */
|
u32 config; /* 0x50 */
|
||||||
u32 status; /* 0x54 */
|
u32 status; /* 0x54 */
|
||||||
u8 res5[0x8];
|
u8 res5[0x8]; /* 0x58 */
|
||||||
struct gpmc_cs cs[8]; /* 0x60, 0x90, .. */
|
struct gpmc_cs cs[8]; /* 0x60, 0x90, .. */
|
||||||
u8 res6[0x18];
|
u8 res6[0x14]; /* 0x1E0 */
|
||||||
u32 ecc_config; /* 0x1F4 */
|
u32 ecc_config; /* 0x1F4 */
|
||||||
u32 ecc_control; /* 0x1F8 */
|
u32 ecc_control; /* 0x1F8 */
|
||||||
u32 ecc_size_config; /* 0x1FC */
|
u32 ecc_size_config; /* 0x1FC */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user