]> git.sur5r.net Git - u-boot/commitdiff
Fix 8641HPCN pollution
authorJohn Traill <john.traill@freescale.com>
Fri, 28 Jul 2006 08:03:54 +0000 (09:03 +0100)
committerJon Loeliger <jdl@freescale.com>
Fri, 28 Jul 2006 14:59:57 +0000 (09:59 -0500)
cpu/mpc86xx/speed.c

index 6775a11431ab8d6ece94e7126b33f049866c8508..8088b870a43a97d511b41649c5c8477e90ce5bde 100644 (file)
@@ -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)
 {