[U-Boot] [PATCH 1/7] omap3/emif4: fix registers definition
Ilya Yanok
yanok at emcraft.com
Tue Oct 18 01:33:47 CEST 2011
Fix EMIF4 registers definition.
Signed-off-by: Ilya Yanok <yanok at emcraft.com>
---
arch/arm/include/asm/arch-omap3/cpu.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-omap3/cpu.h b/arch/arm/include/asm/arch-omap3/cpu.h
index 08a725d..97fbee6 100644
--- a/arch/arm/include/asm/arch-omap3/cpu.h
+++ b/arch/arm/include/asm/arch-omap3/cpu.h
@@ -218,6 +218,7 @@ struct sdrc {
/* EMIF4 */
typedef struct emif4 {
+ unsigned int emif_mod_id_rev;
unsigned int sdram_sts;
unsigned int sdram_config;
unsigned int res1;
--
1.7.6.4
More information about the U-Boot
mailing list