diff options
| author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:03 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:04 -0400 |
| commit | b40fa972863701dc554e2a4825c048bfc5a8d709 (patch) | |
| tree | 4745ece547e794d3dca1f3ef7c310a4edb93e85d /include | |
| parent | 295ab895e354f5cb33df5e8c18708f75eea54b0b (diff) | |
| download | u-boot-b40fa972863701dc554e2a4825c048bfc5a8d709.tar.gz u-boot-b40fa972863701dc554e2a4825c048bfc5a8d709.tar.xz u-boot-b40fa972863701dc554e2a4825c048bfc5a8d709.zip | |
Convert CONFIG_ARM_PL180_MMCI to Kconfig
This converts the following to Kconfig:
CONFIG_ARM_PL180_MMCI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/vexpress_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index ca765579e8..ffc3b43fc5 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -135,7 +135,6 @@ #define CONFIG_SYS_SERIAL0 V2M_UART0 #define CONFIG_SYS_SERIAL1 V2M_UART1 -#define CONFIG_ARM_PL180_MMCI #define CONFIG_ARM_PL180_MMCI_BASE V2M_MMCI #define CONFIG_SYS_MMC_MAX_BLK_COUNT 127 #define CONFIG_ARM_PL180_MMCI_CLOCK_FREQ 6250000 |
