Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f854b5bc authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

ARM: imx: Fix typo 'MACH_MX31_3DS_MXC_NAND_USE_BBT'

parent e1d01d54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
};