From 3fb858891273945ce2238e6d4dac3363a1fb0853 Mon Sep 17 00:00:00 2001 From: Matthias Fuchs Date: Wed, 7 Aug 2013 12:10:38 +0200 Subject: ppc4xx: Remove support for PPC405CR CPUs This patch removes support for the APM 405CR CPU. This CPU is EOL and no board uses this chip. Signed-off-by: Matthias Fuchs --- include/serial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/serial.h') diff --git a/include/serial.h b/include/serial.h index f6bb2b90a1..d232d470a3 100644 --- a/include/serial.h +++ b/include/serial.h @@ -26,7 +26,7 @@ extern struct serial_device serial_smc_device; extern struct serial_device serial_scc_device; extern struct serial_device *default_serial_console(void); -#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || \ +#if defined(CONFIG_405GP) || \ defined(CONFIG_405EP) || defined(CONFIG_405EZ) || \ defined(CONFIG_405EX) || defined(CONFIG_440) || \ defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) || \ -- cgit v1.2.3