summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
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 /include/asm-generic
parentfb8f4fd3af6602320525894964ea5acd42fe51b8 (diff)
downloadtalos-obmc-uboot-3fb858891273945ce2238e6d4dac3363a1fb0853.tar.gz
talos-obmc-uboot-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 'include/asm-generic')
-rw-r--r--include/asm-generic/u-boot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h
index 29e0438ba4..43872010c7 100644
--- a/include/asm-generic/u-boot.h
+++ b/include/asm-generic/u-boot.h
@@ -69,7 +69,6 @@ typedef struct bd_info {
unsigned int bi_baudrate; /* Console Baudrate */
#if defined(CONFIG_405) || \
defined(CONFIG_405GP) || \
- defined(CONFIG_405CR) || \
defined(CONFIG_405EP) || \
defined(CONFIG_405EZ) || \
defined(CONFIG_405EX) || \
OpenPOWER on IntegriCloud