[U-Boot] [PATCH] omap3/emif4: fix registers definition

Ilya Yanok yanok at emcraft.com
Thu Oct 13 23:18:12 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.2



More information about the U-Boot mailing list