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/configs/vexpress_common.h | |
parent | a918df21f09739e4d0f91937b88f3804696a0f41 (diff) | |
download | u-boot-75fc79e530eb01428ba4064b2693214efdfb2ee2.tar.gz |
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/configs/vexpress_common.h')
-rw-r--r-- | include/configs/vexpress_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index 7c0856ae325..5d773060d82 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -124,8 +124,6 @@ #define CONFIG_SYS_SERIAL0 V2M_UART0 #define CONFIG_SYS_SERIAL1 V2M_UART1 -#define CONFIG_SYS_MMC_MAX_BLK_COUNT 127 - /* Miscellaneous configurable options */ #define LINUX_BOOT_PARAM_ADDR (V2M_BASE + 0x2000) |