summaryrefslogtreecommitdiffstats
path: root/cpu/mpc86xx/speed.c
diff options
context:
space:
mode:
authorJohn Traill <john.traill@freescale.com>2006-07-28 09:03:54 +0100
committerJon Loeliger <jdl@freescale.com>2006-07-28 09:59:57 -0500
commit492900b985439fbce1a118afde1e35def870db03 (patch)
tree6708e4027a5b1424d2544c1d28cd51bad6176c8e /cpu/mpc86xx/speed.c
parent515ab8a62e8574e2babc6e8dcc43544ad221c5b2 (diff)
downloadtalos-obmc-uboot-492900b985439fbce1a118afde1e35def870db03.tar.gz
talos-obmc-uboot-492900b985439fbce1a118afde1e35def870db03.zip
Fix 8641HPCN pollution
Diffstat (limited to 'cpu/mpc86xx/speed.c')
-rw-r--r--cpu/mpc86xx/speed.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/mpc86xx/speed.c b/cpu/mpc86xx/speed.c
index 6775a11431..8088b870a4 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)
{
OpenPOWER on IntegriCloud