MUNICes: fix board Makefile for remote build directory
[oweals/u-boot.git] / board / xilinx / ml300 / ml300.c
index dad562f1c7761d0d2d47fb867e18bea8838444ca..58bfac07166ffe6171c1f96882c52ca2f2c1e59a 100644 (file)
@@ -38,9 +38,9 @@
  *
  */
 
+#include <config.h>
 #include <common.h>
 #include <asm/processor.h>
-#include "xparameters.h"
 
 #ifdef CFG_ENV_IS_IN_EEPROM
 extern void convert_env(void);
@@ -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;