diff options
author | Tom Rini <trini@konsulko.com> | 2020-02-29 08:00:53 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-29 08:00:53 -0500 |
commit | 1e85aaf3723f0ecd06fcf62e2d2482749e1995d6 (patch) | |
tree | 4726779c31fb724e6d1e22da052e90e9f2293372 /configs | |
parent | 9e1d65f36b83c5422ece3c0ea28d07a2246cb07f (diff) | |
parent | 53265152d2e395bc363d9824a06a1ffd5df3438e (diff) | |
download | u-boot-1e85aaf3723f0ecd06fcf62e2d2482749e1995d6.tar.gz |
Merge tag 'uniphier-v2020.04-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier
UniPhier SoC updates for v2020.04 (3rd)
- Enable ADMA and HS400 for the eMMC driver on 64-bit SoCs
- Add some convenient environment variables to handle SD card
- Sanitize the NAND controller reset sequence and its WP handling
- Sync DT with Linux
Diffstat (limited to 'configs')
-rw-r--r-- | configs/uniphier_v8_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig index d8ce1980df..4514468abf 100644 --- a/configs/uniphier_v8_defconfig +++ b/configs/uniphier_v8_defconfig @@ -39,10 +39,10 @@ CONFIG_I2C_EEPROM=y CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=10 CONFIG_SUPPORT_EMMC_RPMB=y CONFIG_SUPPORT_EMMC_BOOT=y -CONFIG_MMC_HS200_SUPPORT=y +CONFIG_MMC_HS400_SUPPORT=y CONFIG_MMC_UNIPHIER=y CONFIG_MMC_SDHCI=y -CONFIG_MMC_SDHCI_SDMA=y +CONFIG_MMC_SDHCI_ADMA=y CONFIG_MMC_SDHCI_CADENCE=y CONFIG_MTD=y CONFIG_FLASH_CFI_DRIVER=y |