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 /include/mmc.h | |
parent | a918df21f09739e4d0f91937b88f3804696a0f41 (diff) | |
download | u-boot-75fc79e530eb01428ba4064b2693214efdfb2ee2.tar.gz u-boot-75fc79e530eb01428ba4064b2693214efdfb2ee2.tar.bz2 u-boot-75fc79e530eb01428ba4064b2693214efdfb2ee2.zip |
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 'include/mmc.h')
-rw-r--r-- | include/mmc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/mmc.h b/include/mmc.h index 027e8bcc73..571fa625d0 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -952,11 +952,6 @@ int mmc_get_env_dev(void); /* Minimum partition switch timeout in units of 10-milliseconds */ #define MMC_MIN_PART_SWITCH_TIME 30 /* 300 ms */ -/* Set block count limit because of 16 bit register limit on some hardware*/ -#ifndef CONFIG_SYS_MMC_MAX_BLK_COUNT -#define CONFIG_SYS_MMC_MAX_BLK_COUNT 65535 -#endif - /** * mmc_get_blk_desc() - Get the block descriptor for an MMC device * |