diff options
author | Stefan Agner | 2018-02-06 09:44:37 +0100 |
---|---|---|
committer | Tom Rini | 2018-02-08 10:17:17 -0500 |
commit | c87c81186cf7e5073dbc7c5f46ad256a84f5ed22 (patch) | |
tree | 24a68f3ec60fa9317c672c36059c32720c036eb7 /include/configs/pcm058.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/pcm058.h')
-rw-r--r-- | include/configs/pcm058.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index 3067fc63ef6..6c0902abd4c 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -58,7 +58,6 @@ #ifndef CONFIG_SPL_BUILD /* Enable NAND support */ -#define CONFIG_NAND_MXS #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE 0x40000000 #define CONFIG_SYS_NAND_5_ADDR_CYCLE |