summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Ungar <david.ungar@timesys.com>2010-10-11 14:22:44 -0400
committerDavid Ungar <david.ungar@timesys.com>2010-10-11 14:22:44 -0400
commit33e8605c3fce3fded8a7b339c2b403c310fbbc7a (patch)
tree95a012c6a2cf2f631ec86336dd6b1b8bdf8d8bb3
parentc455ad7d7ceff60f0850697dc1949218972db3c8 (diff)
NAND ECC support
-rw-r--r--include/asm-arm/arch-omap3/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-omap3/cpu.h b/include/asm-arm/arch-omap3/cpu.h
index 7a032b8286..8aaf477ec8 100644
--- a/include/asm-arm/arch-omap3/cpu.h
+++ b/include/asm-arm/arch-omap3/cpu.h
@@ -120,9 +120,9 @@ struct gpmc {
u8 res4[0xC];
u32 config; /* 0x50 */
u32 status; /* 0x54 */
- u8 res5[0x8];
+ u8 res5[0x8]; /* 0x58 */
struct gpmc_cs cs[8]; /* 0x60, 0x90, .. */
- u8 res6[0x18];
+ u8 res6[0x14]; /* 0x1E0 */
u32 ecc_config; /* 0x1F4 */
u32 ecc_control; /* 0x1F8 */
u32 ecc_size_config; /* 0x1FC */