summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-05-19 16:19:51 -0700
committerStefan Agner <stefan.agner@toradex.com>2017-06-05 16:31:13 -0700
commitcc46ec5a790f05374ebc41edb0ab3328782da77b (patch)
treee53d4084517ffdbf98e46c1f4769b2186761d94f
parent1d7d36e6e631f6a73f69aeb8998da97f23d3a26d (diff)
colibri_imx7: enable bad block table in U-Boot
Use the same on-flash bad block table in U-Boot as we already use/maintain in Linux. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Brandon Shibley <brandon.shibley@toradex.com>
-rw-r--r--include/configs/colibri_imx7.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h
index 1709032500..f6dd6b97d1 100644
--- a/include/configs/colibri_imx7.h
+++ b/include/configs/colibri_imx7.h
@@ -196,6 +196,7 @@
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
#define CONFIG_SYS_NAND_ONFI_DETECTION
#define CONFIG_SYS_NAND_MX7_GPMI_62_ECC_BYTES
+#define CONFIG_SYS_NAND_USE_FLASH_BBT
#define CONFIG_CMD_NAND_TORTURE
/* UBI stuff */