diff options
| author | Tom Rini <trini@konsulko.com> | 2022-10-28 20:27:05 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-11-10 10:08:55 -0500 |
| commit | 75fc79e530eb01428ba4064b2693214efdfb2ee2 (patch) | |
| tree | 13f0826314c5140f0d6aeecf04664b3e184e2686 /configs/octeontx_81xx_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 <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'configs/octeontx_81xx_defconfig')
| -rw-r--r-- | configs/octeontx_81xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/octeontx_81xx_defconfig b/configs/octeontx_81xx_defconfig index dbf561703d7..97c2c836f4b 100644 --- a/configs/octeontx_81xx_defconfig +++ b/configs/octeontx_81xx_defconfig @@ -87,6 +87,7 @@ CONFIG_LBA48=y CONFIG_SYS_64BIT_LBA=y CONFIG_DM_I2C=y CONFIG_MISC=y +CONFIG_SYS_MMC_MAX_BLK_COUNT=8192 CONFIG_SUPPORT_EMMC_RPMB=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_OCTEONTX=y |
