diff options
author | Tom Rini | 2022-05-25 16:13:48 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-06 12:09:12 -0400 |
commit | 3135ba642f9a02a3a45d978d2425c1488d6efbbd (patch) | |
tree | 030ba208e05961265920c462ccae8514fb69db23 /include/lcd.h | |
parent | 1cb7d7781242b1fddf791f73d32221796f643bf5 (diff) |
arm: pxa: Remove CONFIG_CPU_PXA25X
There are no platforms that set this, remove the code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/lcd.h')
-rw-r--r-- | include/lcd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/lcd.h b/include/lcd.h index 51a79317bba..7570e7ac609 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -40,8 +40,7 @@ ulong lcd_setmem(ulong addr); */ void lcd_set_flush_dcache(int flush); -#if defined(CONFIG_CPU_PXA25X) || defined(CONFIG_CPU_PXA27X) || \ - defined CONFIG_CPU_MONAHANS +#if defined(CONFIG_CPU_PXA27X) || defined CONFIG_CPU_MONAHANS #include <pxa_lcd.h> #elif defined(CONFIG_ATMEL_LCD) || defined(CONFIG_ATMEL_HLCD) #include <atmel_lcd.h> |