Commit 9cfe9b8f authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Change OSK smc91x flash value

It should be 0x3, not 0x2
parent 0f50d3a6
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment