diff --git a/drivers/nand/nand_imx.c b/drivers/nand/nand_imx.c index d319b96..f7f50b0 100644 --- a/drivers/nand/nand_imx.c +++ b/drivers/nand/nand_imx.c @@ -972,9 +972,9 @@ struct imx_nand_host *host; u16 tmp; int err = 0; - +#ifdef CONFIG_ARCH_MX27 PCCR1 |= PCCR1_NFC_BAUDEN; - +#endif /* Allocate memory for MTD device structure and private data */ host = kzalloc(sizeof(struct imx_nand_host), GFP_KERNEL); if (!host)