From faebae9d0673d19c3ce022a1adac3658f74684c3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 21 Sep 2017 22:37:08 +0200 Subject: 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 Acked-by: Marcel Ziswiler --- include/configs/colibri-imx6ull.h | 4 ++-- 1 file 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 */ -- cgit v1.2.3