summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-07-28 15:00:33 (GMT)
committerJon Loeliger <jdl@freescale.com>2006-07-28 15:00:33 (GMT)
commit12d1ff4c18832d26d2bb8aaab240aaa06c2a83eb (patch)
tree1378592e954a31908f8e7bcefdbe439403bf55cf /cpu
parent5a8a5605b874278b95f0f373c1b7668089f10df8 (diff)
parent492900b985439fbce1a118afde1e35def870db03 (diff)
downloadu-boot-12d1ff4c18832d26d2bb8aaab240aaa06c2a83eb.tar.xz
Merge branch 'mpc86xx'
Diffstat (limited to 'cpu')
-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 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 @@ unsigned long get_board_sys_clk(ulong dummy)
return val;
}
+#endif
void get_sys_info (sys_info_t *sysInfo)
{