]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Change OSK smc91x flash value
authorTony Lindgren <tony@atomide.com>
Thu, 3 Nov 2005 23:39:37 +0000 (15:39 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 3 Nov 2005 23:39:37 +0000 (15:39 -0800)
It should be 0x3, not 0x2

arch/arm/mach-omap1/board-osk.c

index a495fbcb460947cb65d90c020ce88ad7cbd106a7..aa55c38b68e2253e9a3a86b0954b43b5ae1b1d78 100644 (file)
@@ -153,7 +153,7 @@ static void __init osk_init_smc91x(void)
        }
 
        /* Check EMIFS wait states to fix errors with SMC_GET_PKT_HDR */
-       EMIFS_CCS(1) |= 0x2;
+       EMIFS_CCS(1) |= 0x3;
 }
 
 static void __init osk_init_cf(void)