From: Pete P. <pp...@us...> - 2002-04-12 18:10:52
|
Update of /cvsroot/linux-mips/linux/arch/mips/zboot/include In directory usw-pr-cvs1:/tmp/cvs-serv7014/include Modified Files: ns16550.h Log Message: Consolidated zImage support for all three Alchemy boards (Pb1000, Pb1500, Pb1100) into one directory. Index: ns16550.h =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/zboot/include/ns16550.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ns16550.h 16 Feb 2002 16:55:45 -0000 1.2 +++ ns16550.h 12 Apr 2002 18:10:48 -0000 1.3 @@ -5,7 +5,7 @@ /* * Figure out which file will have the definitons of COMx */ -#if defined(CONFIG_MIPS_PB1000) || defined(CONFIG_MIPS_PB1500) +#if defined(CONFIG_MIPS_PB1000) || defined(CONFIG_MIPS_PB1500) || defined(CONFIG_MIPS_PB1100) #else #error no serial.h #endif |