diff options
| author | Tom Rini <[email protected]> | 2022-05-25 16:13:48 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-06 12:09:12 -0400 |
| commit | 3135ba642f9a02a3a45d978d2425c1488d6efbbd (patch) | |
| tree | 030ba208e05961265920c462ccae8514fb69db23 /drivers/mmc | |
| parent | 1cb7d7781242b1fddf791f73d32221796f643bf5 (diff) | |
arm: pxa: Remove CONFIG_CPU_PXA25X
There are no platforms that set this, remove the code.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/mmc')
| -rw-r--r-- | drivers/mmc/pxa_mmc_gen.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/mmc/pxa_mmc_gen.c b/drivers/mmc/pxa_mmc_gen.c index 2b45549a143..a0e1a76d571 100644 --- a/drivers/mmc/pxa_mmc_gen.c +++ b/drivers/mmc/pxa_mmc_gen.c @@ -20,12 +20,7 @@ #include <mmc.h> /* PXAMMC Generic default config for various CPUs */ -#if defined(CONFIG_CPU_PXA25X) -#define PXAMMC_FIFO_SIZE 1 -#define PXAMMC_MIN_SPEED 312500 -#define PXAMMC_MAX_SPEED 20000000 -#define PXAMMC_HOST_CAPS (0) -#elif defined(CONFIG_CPU_PXA27X) +#if defined(CONFIG_CPU_PXA27X) #define PXAMMC_CRC_SKIP #define PXAMMC_FIFO_SIZE 32 #define PXAMMC_MIN_SPEED 304000 |
