diff options
| author | Tom Rini <trini@konsulko.com> | 2020-01-16 13:20:51 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-01-16 13:20:51 -0500 |
| commit | d7bb6aceb2e99a832efbb96f9bf480bf95602192 (patch) | |
| tree | d5fe9be238587a396466282a1e8a22e6c4312c34 /include/configs | |
| parent | 994bb86fc90aa9edff5a6685b28b44e2f77de196 (diff) | |
| parent | 26632b7541e85b24b86bc0188123a403eeee44d1 (diff) | |
| download | u-boot-d7bb6aceb2e99a832efbb96f9bf480bf95602192.tar.gz u-boot-d7bb6aceb2e99a832efbb96f9bf480bf95602192.tar.xz u-boot-d7bb6aceb2e99a832efbb96f9bf480bf95602192.zip | |
Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
- Cleanup of fsl_esdhc driver together with arch/defconfig change
- Add quirk for APP_CMD retry
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/T1040QDS.h | 1 | ||||
| -rw-r--r-- | include/configs/T208xQDS.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index b8456984e2..aa2a8b00de 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -481,7 +481,6 @@ unsigned long get_board_ddr_clk(void); #endif #ifdef CONFIG_MMC -#define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR #define CONFIG_FSL_ESDHC_ADAPTER_IDENT #endif diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 2078b9d369..be5a658d7e 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -630,7 +630,6 @@ unsigned long get_board_ddr_clk(void); * SDHC */ #ifdef CONFIG_MMC -#define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR #define CONFIG_SYS_FSL_ESDHC_BROKEN_TIMEOUT #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 |
