diff options
| author | Lothar Waßmann <[email protected]> | 2017-05-26 10:12:09 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-05-31 10:11:11 +0200 |
| commit | 267c5b79899dcbdfa190b8c6633a2bf517a73123 (patch) | |
| tree | f401d6c6b9c309b8c9a34d135f103df1a6f9f1e5 /include | |
| parent | 6ecbe13756711baa795180d1a63b7a73a835c303 (diff) | |
arm: mx6: remove unused config variable CONFIG_SPL_NAND_MXS
The config variable CONFIG_SPL_NAND_MXS is only set in
include/configs/imx6_spl.h but used nowhere.
Remove it.
Signed-off-by: Lothar Waßmann <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx6_spl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h index 4598d272d57..bda9541af66 100644 --- a/include/configs/imx6_spl.h +++ b/include/configs/imx6_spl.h @@ -35,11 +35,6 @@ */ #define CONFIG_SPL_PAD_TO 0x11000 -/* NAND support */ -#if defined(CONFIG_SPL_NAND_SUPPORT) -#define CONFIG_SPL_NAND_MXS -#endif - /* MMC support */ #if defined(CONFIG_SPL_MMC_SUPPORT) #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 |
