ARM: imx: Fix typo 'MACH_MX31_3DS_MXC_NAND_USE_BBT'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Paul Bolle
2011-10-12 14:04:22 +02:00
committed by Jiri Kosina
parent e1d01d5416
commit f854b5bc26

View File

@@ -542,7 +542,7 @@ static const struct mxc_nand_platform_data
mx31_3ds_nand_board_info __initconst = {
.width = 1,
.hw_ecc = 1,
#ifdef MACH_MX31_3DS_MXC_NAND_USE_BBT
#ifdef CONFIG_MACH_MX31_3DS_MXC_NAND_USE_BBT
.flash_bbt = 1,
#endif
};