diff options
| author | Peng Fan <[email protected]> | 2022-04-15 12:23:35 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-04-21 14:38:03 +0200 |
| commit | 228e947fa49ea3a33da4570a30e380a9c37a1870 (patch) | |
| tree | cd6f5d415f4f5b6e51a7a2958a960134e0a07c9e /include | |
| parent | 893152f383e10ade4ce3cff913a15caaf7aec26c (diff) | |
configs: mx6sxsabresd: drop CONFIG_SYS_FSL_USDHC_NUM
With DM_MMC, CONFIG_SYS_FSL_USDHC_NUM is not needed.
Reviewed-by: Fabio Estevam <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx6sxsabresd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index b679d13dc04..2552fc0222e 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -149,6 +149,4 @@ #endif #endif -#define CONFIG_SYS_FSL_USDHC_NUM 3 - #endif /* __CONFIG_H */ |
