From: Pete P. <pp...@us...> - 2002-09-25 07:39:01
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv13662/arch/mips/kernel Modified Files: setup.c Log Message: Au updates and Hydrogen Board support. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/setup.c,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- setup.c 17 Sep 2002 18:20:00 -0000 1.67 +++ setup.c 25 Sep 2002 07:38:58 -0000 1.68 @@ -934,6 +934,11 @@ au1100_setup(); break; #endif +#ifdef CONFIG_MIPS_HYD1100 + case MACH_GROUP_ALCHEMY: + au1100_setup(); + break; +#endif #ifdef CONFIG_TOSHIBA_JMR3927 case MACH_GROUP_TOSHIBA: jmr3927_setup(); |