commit | aacf3f4fccde927c294069652cd6e5f85aef9152 | [log] [tgz] |
---|---|---|
author | John Traill <john.traill@freescale.com> | Fri Jul 28 09:03:54 2006 +0100 |
committer | Jon Loeliger <jdl@freescale.com> | Fri Jul 28 09:59:57 2006 -0500 |
tree | 6708e4027a5b1424d2544c1d28cd51bad6176c8e | |
parent | 08f14a7faf912f3908b4395b806ae1e790f3e225 [diff] |
Fix 8641HPCN pollution
diff --git a/cpu/mpc86xx/speed.c b/cpu/mpc86xx/speed.c index 6775a11..8088b87 100644 --- a/cpu/mpc86xx/speed.c +++ b/cpu/mpc86xx/speed.c
@@ -30,6 +30,7 @@ #include <asm/processor.h> +#ifdef MPC8641HPCN /* * get_board_sys_clk * Reads the FPGA on board for CONFIG_SYS_CLK_FREQ @@ -93,6 +94,7 @@ return val; } +#endif void get_sys_info (sys_info_t *sysInfo) {