diff options
author | Tom Rini | 2020-08-25 08:19:14 -0400 |
---|---|---|
committer | Tom Rini | 2020-08-25 08:19:14 -0400 |
commit | e49a9d4ddb10f0047ba0f292e0eb9f07a8f6f5f0 (patch) | |
tree | 697ae751162dfe10400128eb960a6c178479fd2d /configs | |
parent | 078656186f1037894c45682ca74d0921de8a7010 (diff) | |
parent | b5b81f2490628650137c9fee3679c995f5fac757 (diff) |
Merge tag 'u-boot-rockchip-20200820' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Fix rk3399 evb sdcard support
- Fix for SPL_LED support
Diffstat (limited to 'configs')
-rw-r--r-- | configs/evb-rk3399_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 509c86b81bf..909c68822cc 100644 --- a/configs/evb-rk3399_defconfig +++ b/configs/evb-rk3399_defconfig @@ -30,6 +30,7 @@ CONFIG_ROCKCHIP_GPIO=y CONFIG_SYS_I2C_ROCKCHIP=y CONFIG_MISC=y CONFIG_MMC_DW=y +CONFIG_MMC_DW_ROCKCHIP=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ROCKCHIP=y CONFIG_SF_DEFAULT_SPEED=20000000 |