diff options
author | John Traill | 2006-07-28 09:03:54 +0100 |
---|---|---|
committer | Jon Loeliger | 2006-07-28 09:59:57 -0500 |
commit | 492900b985439fbce1a118afde1e35def870db03 (patch) | |
tree | 6708e4027a5b1424d2544c1d28cd51bad6176c8e /cpu/mpc86xx | |
parent | 515ab8a62e8574e2babc6e8dcc43544ad221c5b2 (diff) |
Fix 8641HPCN pollution
Diffstat (limited to 'cpu/mpc86xx')
-rw-r--r-- | cpu/mpc86xx/speed.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/mpc86xx/speed.c b/cpu/mpc86xx/speed.c index 6775a11431a..8088b870a43 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 @@ unsigned long get_board_sys_clk(ulong dummy) return val; } +#endif void get_sys_info (sys_info_t *sysInfo) { |