* 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
diff --git a/cpu/mpc8xx/cpu_init.c b/cpu/mpc8xx/cpu_init.c
index f93f432..b2c59c6 100644
--- a/cpu/mpc8xx/cpu_init.c
+++ b/cpu/mpc8xx/cpu_init.c
@@ -144,8 +144,7 @@
 	 *  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)	|| \