diff options
author | Ilya Yanok <yanok@emcraft.com> | 2011-10-13 11:18:12 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:36 +0200 |
commit | 40b95c8956d4125e36a864c673616fa98247d5e1 (patch) | |
tree | a1660c54ede7ed75052fd8e263e94a5dd5640cc0 /arch | |
parent | fb1d6332b5430b90a8fa8ebab709f33a60e9f816 (diff) | |
download | u-boot-imx-40b95c8956d4125e36a864c673616fa98247d5e1.zip u-boot-imx-40b95c8956d4125e36a864c673616fa98247d5e1.tar.gz u-boot-imx-40b95c8956d4125e36a864c673616fa98247d5e1.tar.bz2 |
omap3/emif4: fix registers definition
Fix EMIF4 registers definition.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 2c93e8f..84308e0 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; |