diff options
author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2013-08-07 12:10:38 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-20 11:35:24 -0400 |
commit | 3fb858891273945ce2238e6d4dac3363a1fb0853 (patch) | |
tree | ee86943cebf490244fed648f69425438c3c39b95 /arch/powerpc/cpu/ppc4xx/start.S | |
parent | fb8f4fd3af6602320525894964ea5acd42fe51b8 (diff) | |
download | u-boot-midas-3fb858891273945ce2238e6d4dac3363a1fb0853.tar.gz u-boot-midas-3fb858891273945ce2238e6d4dac3363a1fb0853.tar.bz2 u-boot-midas-3fb858891273945ce2238e6d4dac3363a1fb0853.zip |
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 'arch/powerpc/cpu/ppc4xx/start.S')
-rw-r--r-- | arch/powerpc/cpu/ppc4xx/start.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/start.S b/arch/powerpc/cpu/ppc4xx/start.S index c2125e796b..d9d8cbffaa 100644 --- a/arch/powerpc/cpu/ppc4xx/start.S +++ b/arch/powerpc/cpu/ppc4xx/start.S @@ -794,7 +794,7 @@ _start: #endif /* CONFIG_440 */ /*****************************************************************************/ -#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || \ +#if defined(CONFIG_405GP) || \ defined(CONFIG_405EP) || defined(CONFIG_405EZ) || \ defined(CONFIG_405EX) || defined(CONFIG_405) /*----------------------------------------------------------------------- */ @@ -1064,7 +1064,7 @@ _start: #endif /* CONFIG_NAND_SPL */ -#endif /* CONFIG_405GP || CONFIG_405CR || CONFIG_405 || CONFIG_405EP */ +#endif /* CONFIG_405GP || CONFIG_405 || CONFIG_405EP */ /*----------------------------------------------------------------------- */ |