arm: pxa: Remove CONFIG_CPU_PXA25X
There are no platforms that set this, remove the code. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user