Commit 5328ecbb authored by Paul Bolle's avatar Paul Bolle Committed by Sascha Hauer

ARM: imx: Fix typo 'MACH_MX31_3DS_MXC_NAND_USE_BBT'

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 590842f9
...@@ -542,7 +542,7 @@ static const struct mxc_nand_platform_data ...@@ -542,7 +542,7 @@ static const struct mxc_nand_platform_data
mx31_3ds_nand_board_info __initconst = { mx31_3ds_nand_board_info __initconst = {
.width = 1, .width = 1,
.hw_ecc = 1, .hw_ecc = 1,
#ifdef MACH_MX31_3DS_MXC_NAND_USE_BBT #ifdef CONFIG_MACH_MX31_3DS_MXC_NAND_USE_BBT
.flash_bbt = 1, .flash_bbt = 1,
#endif #endif
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment