Update of /cvsroot/linux-mips/linux/arch/mips/zboot/include
In directory usw-pr-cvs1:/tmp/cvs-serv27309/arch/mips/zboot/include
Modified Files:
ns16550.h zlib.h
Log Message:
Added zImage support for the Pb1500.
Index: ns16550.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/zboot/include/ns16550.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ns16550.h 10 Oct 2001 17:46:56 -0000 1.1
+++ ns16550.h 16 Feb 2002 16:55:45 -0000 1.2
@@ -5,7 +5,7 @@
/*
* Figure out which file will have the definitons of COMx
*/
-#if defined(CONFIG_MIPS_PB1000)
+#if defined(CONFIG_MIPS_PB1000) || defined(CONFIG_MIPS_PB1500)
#else
#error no serial.h
#endif
Index: zlib.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/zboot/include/zlib.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
|