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/mxs.h | |
parent | ac4605ae64a93f2365eba8793ea8a79f047d5294 (diff) |
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/mxs.h')
-rw-r--r-- | include/configs/mxs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 3a27c15060..21e51fca41 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -136,7 +136,6 @@ /* NAND */ #ifdef CONFIG_CMD_NAND -#define CONFIG_NAND_MXS #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE 0x60000000 #define CONFIG_SYS_NAND_5_ADDR_CYCLE |