aboutsummaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-07-09 22:51:01 +0000
committerwdenk <wdenk>2004-07-09 22:51:01 +0000
commit262381329b87511ed862cde139a3a1ff49e9d7eb (patch)
tree151ad67387361c92cf4fd64c6b4779d7c00d43a7 /cpu
parentede130229ca069afbb38ce396a912c2b2f1d8263 (diff)
* Patch by Yuli Barcohen, 16 Jun 2004:
Remove obsolete AdderII port which was superseded by unified AdderII/Adder87x port * Patch by Ladislav Michl, 16 Jun 2004: Fix gcc-3.3.3 warnings for smc91111.c
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc8xx/cpu_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/mpc8xx/cpu_init.c b/cpu/mpc8xx/cpu_init.c
index f93f43273..b2c59c6f5 100644
--- a/cpu/mpc8xx/cpu_init.c
+++ b/cpu/mpc8xx/cpu_init.c
@@ -144,8 +144,7 @@ void cpu_init_f (volatile immap_t * immr)
* I owe him a free beer. - wd]
*/
-#if defined(CONFIG_ADDERII) || \
- defined(CONFIG_GTH) || \
+#if defined(CONFIG_GTH) || \
defined(CONFIG_HERMES) || \
defined(CONFIG_ICU862) || \
defined(CONFIG_IP860) || \