summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-09-21 22:37:08 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-03 10:29:58 +0200
commitfaebae9d0673d19c3ce022a1adac3658f74684c3 (patch)
tree532ff8cdd5b8a82daa598ff6b2f155bd791e48f2
parenta24747ec8b63ed5d5bc4fc10ee1b15ab5f2ca8a0 (diff)
colibri-imx6ull.h: remove unused configs
Remove/change two NAND releated configs. They are not used in the GPMI driver and likely confuse readers. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--include/configs/colibri-imx6ull.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h
index 87f9683e69..3d388dbb8c 100644
--- a/include/configs/colibri-imx6ull.h
+++ b/include/configs/colibri-imx6ull.h
@@ -192,8 +192,8 @@
/* NAND stuff */
#define CONFIG_SYS_MAX_NAND_DEVICE 1
-#define CONFIG_SYS_NAND_BASE 0x40000000
-#define CONFIG_SYS_NAND_5_ADDR_CYCLE
+/* used to initialize CONFIG_SYS_NAND_BASE_LIST which is unused */
+#define CONFIG_SYS_NAND_BASE -1
#define CONFIG_SYS_NAND_ONFI_DETECTION
#define CONFIG_SYS_NAND_USE_FLASH_BBT
/* TODO remove nand torture */