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:
@@ -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
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user