From: John Traill Date: Fri, 28 Jul 2006 08:03:54 +0000 (+0100) Subject: Fix 8641HPCN pollution X-Git-Tag: U-Boot-1_1_6~20^2~1^2~20^2~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=492900b985439fbce1a118afde1e35def870db03;p=oweals%2Fu-boot.git Fix 8641HPCN pollution --- 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 +#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) {