diff options
| author | Tom Rini <[email protected]> | 2022-10-28 20:27:05 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-10 10:08:55 -0500 |
| commit | 75fc79e530eb01428ba4064b2693214efdfb2ee2 (patch) | |
| tree | 13f0826314c5140f0d6aeecf04664b3e184e2686 /configs/hikey960_defconfig | |
| parent | a918df21f09739e4d0f91937b88f3804696a0f41 (diff) | |
Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_MMC_MAX_BLK_COUNT
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Diffstat (limited to 'configs/hikey960_defconfig')
| -rw-r--r-- | configs/hikey960_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/hikey960_defconfig b/configs/hikey960_defconfig index 1fd6d6daf15..3e999044fc7 100644 --- a/configs/hikey960_defconfig +++ b/configs/hikey960_defconfig @@ -29,6 +29,7 @@ CONFIG_ENV_IS_IN_EXT4=y CONFIG_ENV_EXT4_INTERFACE="mmc" CONFIG_ENV_EXT4_DEVICE_AND_PART="0:2" CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_SYS_MMC_MAX_BLK_COUNT=1024 CONFIG_MMC_DW=y CONFIG_MMC_DW_K3=y CONFIG_PINCTRL=y |
