diff options
| author | Wolfgang Zarre <[email protected]> | 2023-05-01 09:43:20 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2023-05-18 08:58:16 +0800 |
| commit | 63a49240d47e34a9a85091f3ab0841cafd22426a (patch) | |
| tree | 8e6da2a701dfc6019eee1d5544665aacb0f849bd | |
| parent | 61ff869fd296916ca76b2312c99bbdcad629b2c5 (diff) | |
rockchip: Pinebook Pro: Fix emmc default configuration
If u-boot is installed on the internal emmc, then this will
allow to boot without failure.
Signed-off-by: Wolfgang Zarre <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | configs/pinebook-pro-rk3399_defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/pinebook-pro-rk3399_defconfig b/configs/pinebook-pro-rk3399_defconfig index 7a4fcc9d90e..58a8b91aa60 100644 --- a/configs/pinebook-pro-rk3399_defconfig +++ b/configs/pinebook-pro-rk3399_defconfig @@ -59,6 +59,14 @@ CONFIG_LED=y CONFIG_LED_GPIO=y CONFIG_MISC=y CONFIG_ROCKCHIP_EFUSE=y +CONFIG_MMC_IO_VOLTAGE=y +CONFIG_SPL_MMC_IO_VOLTAGE=y +CONFIG_MMC_UHS_SUPPORT=y +CONFIG_SPL_MMC_UHS_SUPPORT=y +CONFIG_MMC_HS400_ES_SUPPORT=y +CONFIG_SPL_MMC_HS400_ES_SUPPORT=y +CONFIG_MMC_HS400_SUPPORT=y +CONFIG_SPL_MMC_HS400_SUPPORT=y CONFIG_MMC_DW=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_MMC_SDHCI=y |
