MUNICes: fix board Makefile for remote build directory
[oweals/u-boot.git] / board / xilinx / ml300 / ml300.c
index 60f0bc24e78a7dde6806a051a31300ac3c31a7d3..58bfac07166ffe6171c1f96882c52ca2f2c1e59a 100644 (file)
@@ -108,7 +108,7 @@ ulong
 get_PCI_freq(void)
 {
        ulong val;
-       PPC405_SYS_INFO sys_info;
+       PPC4xx_SYS_INFO sys_info;
 
        get_sys_info(&sys_info);
        val = sys_info.freqPCI;