diff options
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/mxc_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index f6dd23b..cf27c66 100644 --- a/drivers/mtd/nand/mxc_nand.c +++ b/drivers/mtd/nand/mxc_nand.c @@ -547,7 +547,7 @@ static u16 mxc_do_status_auto(struct mtd_info *mtd) */ do { raw_write(NFC_AUTO_STATE, REG_NFC_OPS); - #ifdef CONFIG_MX51 + #if defined(CONFIG_MX51_3DS) || defined(CONFIG_MX51_BBG) /* mx51to2 NFC need wait the op done */ if (is_soc_rev(CHIP_REV_2_0) == 0) wait_op_done(TROP_US_DELAY); |