diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-06-11 15:26:21 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-07-23 10:17:04 +0200 |
commit | c4abe2863aae2a31ec7685d44de83122cf321d1e (patch) | |
tree | d451e5e26e252498be977de6375acc83009e7956 /include/configs/mx6cuboxi.h | |
parent | 86e5a7fc13d4eb7e21630b9d421469c663dc8c77 (diff) |
mx6cuboxi: drop CONFIG_SYS_FSL_USDHC_NUM
This macro is not used.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to 'include/configs/mx6cuboxi.h')
-rw-r--r-- | include/configs/mx6cuboxi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 803661cfa8..1f7297d114 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -67,7 +67,6 @@ #define CONFIG_MXC_UART_BASE UART1_BASE #define CONSOLE_DEV "ttymxc0" -#define CONFIG_SYS_FSL_USDHC_NUM 1 #define CONFIG_SYS_MMC_ENV_DEV 0 /* SDHC2 */ #ifndef CONFIG_SPL_BUILD |