diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2018-02-06 09:44:37 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-08 10:17:17 -0500 |
commit | c87c81186cf7e5073dbc7c5f46ad256a84f5ed22 (patch) | |
tree | 24a68f3ec60fa9317c672c36059c32720c036eb7 /include/configs/gw_ventana.h | |
parent | ac4605ae64a93f2365eba8793ea8a79f047d5294 (diff) | |
download | u-boot-c87c81186cf7e5073dbc7c5f46ad256a84f5ed22.tar.gz |
Convert CONFIG_NAND_MXS to Kconfig
This converts CONFIG_NAND_MXS to Kconfig.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index d2944b5db2..517ad08423 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -67,7 +67,6 @@ #elif defined(CONFIG_SPL_NAND_SUPPORT) /* Enable NAND support */ #ifdef CONFIG_CMD_NAND - #define CONFIG_NAND_MXS #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE 0x40000000 #define CONFIG_SYS_NAND_5_ADDR_CYCLE |