From 7ca202f566a6e9dc3d0dd0216e82ad1a48f50f19 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 28 Aug 2004 22:45:57 +0000 Subject: Add support for IDS "NC650" board --- cpu/mpc8xx/speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/mpc8xx/speed.c') diff --git a/cpu/mpc8xx/speed.c b/cpu/mpc8xx/speed.c index cc011efa4d..ebd1fda68e 100644 --- a/cpu/mpc8xx/speed.c +++ b/cpu/mpc8xx/speed.c @@ -172,7 +172,7 @@ unsigned long measure_gclk(void) #endif -#if !defined(CONFIG_TQM866M) +#if !defined(CONFIG_TQM866M) && !defined(CONFIG_NC650) /* * get_clocks() fills in gd->cpu_clock depending on CONFIG_8xx_GCLK_FREQ -- cgit