From: Pete P. <pp...@us...> - 2002-09-25 07:39:02
|
Update of /cvsroot/linux-mips/linux/arch/mips/zboot/include In directory usw-pr-cvs1:/tmp/cvs-serv13662/arch/mips/zboot/include Modified Files: ns16550.h Log Message: Au updates and Hydrogen Board support. Index: ns16550.h =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/zboot/include/ns16550.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ns16550.h 12 Apr 2002 18:10:48 -0000 1.3 +++ ns16550.h 25 Sep 2002 07:38:59 -0000 1.4 @@ -5,7 +5,7 @@ /* * Figure out which file will have the definitons of COMx */ -#if defined(CONFIG_MIPS_PB1000) || defined(CONFIG_MIPS_PB1500) || defined(CONFIG_MIPS_PB1100) +#if defined(CONFIG_MIPS_PB1000) || defined(CONFIG_MIPS_PB1500) || defined(CONFIG_MIPS_PB1100) || defined(CONFIG_MIPS_HYD1100) #else #error no serial.h #endif |