diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-07-28 10:00:33 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-07-28 10:00:33 -0500 |
commit | 12d1ff4c18832d26d2bb8aaab240aaa06c2a83eb (patch) | |
tree | 1378592e954a31908f8e7bcefdbe439403bf55cf /cpu | |
parent | 5a8a5605b874278b95f0f373c1b7668089f10df8 (diff) | |
parent | 492900b985439fbce1a118afde1e35def870db03 (diff) | |
download | u-boot-imx-12d1ff4c18832d26d2bb8aaab240aaa06c2a83eb.zip u-boot-imx-12d1ff4c18832d26d2bb8aaab240aaa06c2a83eb.tar.gz u-boot-imx-12d1ff4c18832d26d2bb8aaab240aaa06c2a83eb.tar.bz2 |
Merge branch 'mpc86xx'
Diffstat (limited to 'cpu')
-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 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) { |