diff options
author | Matthias Fuchs | 2013-08-07 12:10:38 +0200 |
---|---|---|
committer | Tom Rini | 2013-08-20 11:35:24 -0400 |
commit | 3fb858891273945ce2238e6d4dac3363a1fb0853 (patch) | |
tree | ee86943cebf490244fed648f69425438c3c39b95 /include/serial.h | |
parent | fb8f4fd3af6602320525894964ea5acd42fe51b8 (diff) |
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 <matthias.fuchs@esd.eu>
Diffstat (limited to 'include/serial.h')
-rw-r--r-- | include/serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/serial.h b/include/serial.h index f6bb2b90a1e..d232d470a33 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) || \ |