Patch by Jon Loeliger, 17 June 2004:
Completion of the 8540ADS/8560ADS updates:
Fix some PCI and Rapid I/O memory maps,
Initialize both TSEC 1 and 2,
Initialize SDRAM
Update MAINTAINER for 85xx boards and README.mpc85xxads
diff --git a/include/common.h b/include/common.h
index 71dd1d9..8ab8432 100644
--- a/include/common.h
+++ b/include/common.h
@@ -342,7 +342,8 @@
     defined (CONFIG_74xx_7xx)	|| \
     defined (CONFIG_74x)	|| \
     defined (CONFIG_75x)	|| \
-    defined (CONFIG_74xx)
+    defined (CONFIG_74xx)	|| \
+    defined(CONFIG_MPC85xx)
 unsigned char	in8(unsigned int);
 void		out8(unsigned int, unsigned char);
 unsigned short	in16(unsigned int);
@@ -356,6 +357,7 @@
 void		ppcDcbf(unsigned long value);
 void		ppcDcbi(unsigned long value);
 void		ppcSync(void);
+void		ppcDcbz(unsigned long value);
 #endif
 
 /* $(CPU)/cpu.c */