arm: at91sam9n12: change EBI IO to high drive mode
[kernel/u-boot.git] / board / atmel / at91sam9n12ek / at91sam9n12ek.c
index 3013a42..66c4c1f 100644 (file)
@@ -59,7 +59,7 @@ static void at91sam9n12ek_nand_hw_init(void)
        /* Configure databus */
        csa &= ~AT91_MATRIX_NFD0_ON_D16; /* nandflash connect to D0~D15 */
        /* Configure IO drive */
-       csa &= ~AT91_MATRIX_EBI_EBI_IOSR_NORMAL;
+       csa |= AT91_MATRIX_EBI_EBI_IOSR_NORMAL;
 
        writel(csa, &matrix->ebicsa);