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~3^2~47^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492900b985439fbce1a118afde1e35def870db03;p=pandora-u-boot.git Fix 8641HPCN pollution --- 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 +#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) {