projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
590842f
)
ARM: imx: Fix typo 'MACH_MX31_3DS_MXC_NAND_USE_BBT'
author
Paul Bolle
<pebolle@tiscali.nl>
Wed, 12 Oct 2011 12:04:22 +0000
(14:04 +0200)
committer
Sascha 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-imx/mach-mx31_3ds.c
b/arch/arm/mach-imx/mach-mx31_3ds.c
index c20be7530927fc11345dcefeb8a93c408b463e53..5750ca55c1f760a185745d1888ac6b95713368b3 100644
(file)
--- a/
arch/arm/mach-imx/mach-mx31_3ds.c
+++ b/
arch/arm/mach-imx/mach-mx31_3ds.c
@@
-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
};