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/colibri_imx7.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/colibri_imx7.h')
-rw-r--r-- | include/configs/colibri_imx7.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index 8030ca69e7..d4aaff61fd 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -158,8 +158,6 @@ #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE #endif -#define CONFIG_NAND_MXS - /* NAND stuff */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE 0x40000000 |