diff options
author | Peng Fan | 2022-04-15 12:23:33 +0800 |
---|---|---|
committer | Stefano Babic | 2022-04-21 14:38:03 +0200 |
commit | 42d56cad6395528e09c00b65643953bad7b9f793 (patch) | |
tree | fe1d6e9537fb638f977f7256a5e5c76111688d5d /include/configs/imx8mp_evk.h | |
parent | ff234d75ff7863983a93d21ca21f00012a5ae783 (diff) |
configs: imx8mp_evk: drop unused SDHC macro
With SPL_DM_MMC and DM_MMC, the two macros not needed, drop it.
#define CONFIG_SYS_FSL_USDHC_NUM 2
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
Reviewed-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/imx8mp_evk.h')
-rw-r--r-- | include/configs/imx8mp_evk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/imx8mp_evk.h b/include/configs/imx8mp_evk.h index 5b185cf1de2..35fc27bb370 100644 --- a/include/configs/imx8mp_evk.h +++ b/include/configs/imx8mp_evk.h @@ -90,7 +90,4 @@ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) -#define CONFIG_SYS_FSL_USDHC_NUM 2 -#define CONFIG_SYS_FSL_ESDHC_ADDR 0 - #endif |