From: Ilya Yanok Date: Thu, 13 Oct 2011 11:18:12 +0000 (+0000) Subject: omap3/emif4: fix registers definition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=40b95c8956d4125e36a864c673616fa98247d5e1;p=project%2Fbcm63xx%2Fu-boot.git omap3/emif4: fix registers definition Fix EMIF4 registers definition. Signed-off-by: Ilya Yanok Signed-off-by: Sandeep Paulraj --- diff --git a/arch/arm/include/asm/arch-omap3/cpu.h b/arch/arm/include/asm/arch-omap3/cpu.h index 2c93e8f525..84308e04b3 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;