summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/ppc4xx.h
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd.eu>2013-08-07 12:10:38 +0200
committerTom Rini <trini@ti.com>2013-08-20 11:35:24 -0400
commit3fb858891273945ce2238e6d4dac3363a1fb0853 (patch)
treeee86943cebf490244fed648f69425438c3c39b95 /arch/powerpc/include/asm/ppc4xx.h
parentfb8f4fd3af6602320525894964ea5acd42fe51b8 (diff)
downloadu-boot-imx-3fb858891273945ce2238e6d4dac3363a1fb0853.zip
u-boot-imx-3fb858891273945ce2238e6d4dac3363a1fb0853.tar.gz
u-boot-imx-3fb858891273945ce2238e6d4dac3363a1fb0853.tar.bz2
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/include/asm/ppc4xx.h')
-rw-r--r--arch/powerpc/include/asm/ppc4xx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/ppc4xx.h b/arch/powerpc/include/asm/ppc4xx.h
index 46a8e58..8d703c6 100644
--- a/arch/powerpc/include/asm/ppc4xx.h
+++ b/arch/powerpc/include/asm/ppc4xx.h
@@ -8,10 +8,6 @@
/*
* Include SoC specific headers
*/
-#if defined(CONFIG_405CR)
-#include <asm/ppc405cr.h>
-#endif
-
#if defined(CONFIG_405EP)
#include <asm/ppc405ep.h>
#endif