]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap3/emif4: fix registers definition
authorIlya Yanok <yanok@emcraft.com>
Thu, 13 Oct 2011 11:18:12 +0000 (11:18 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:36 +0000 (21:56 +0200)
Fix EMIF4 registers definition.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/arch-omap3/cpu.h

index 2c93e8f5250e30d5da2452a4a0bdc3d42f4936cb..84308e04b352b48e519c57ff47a1cdb1f535eed1 100644 (file)
@@ -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;