From 262381329b87511ed862cde139a3a1ff49e9d7eb Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 9 Jul 2004 22:51:01 +0000 Subject: * 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 --- cpu/mpc8xx/cpu_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpu') diff --git a/cpu/mpc8xx/cpu_init.c b/cpu/mpc8xx/cpu_init.c index f93f432738..b2c59c6f57 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) || \ -- cgit v1.2.3