]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: imx: Fix typo 'MACH_MX31_3DS_MXC_NAND_USE_BBT'
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 12 Oct 2011 12:04:22 +0000 (14:04 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 25 Oct 2011 09:17:44 +0000 (11:17 +0200)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/mach-mx31_3ds.c

index c20be7530927fc11345dcefeb8a93c408b463e53..5750ca55c1f760a185745d1888ac6b95713368b3 100644 (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
 };