summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board/eukrea_cpuimx27/eukrea_cpuimx27.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/eukrea_cpuimx27/eukrea_cpuimx27.c b/board/eukrea_cpuimx27/eukrea_cpuimx27.c
index b7e5b0e52c..68780449bc 100644
--- a/board/eukrea_cpuimx27/eukrea_cpuimx27.c
+++ b/board/eukrea_cpuimx27/eukrea_cpuimx27.c
@@ -88,6 +88,7 @@ static struct device_d fec_dev = {
struct imx_nand_platform_data nand_info = {
.width = 1,
.hw_ecc = 1,
+ .flash_bbt = 1,
};
static struct device_d nand_dev = {