From: Pete P. <pp...@us...> - 2001-10-26 22:36:06
|
Update of /cvsroot/linux-mips/linux/include/asm-mips/galileo-boards In directory usw-pr-cvs1:/tmp/cvs-serv30237/include/asm-mips/galileo-boards Modified Files: ev96100.h Log Message: * the proper fix for the ev96100 serial console * ev96100 freezes when using the 'wait' instruction Index: ev96100.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/galileo-boards/ev96100.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- ev96100.h 2001/06/22 02:29:33 1.1.1.1 +++ ev96100.h 2001/10/26 22:36:04 1.2 @@ -24,8 +24,8 @@ /* * Duart I/O ports. */ -#define EV96100_COM1_BASE_ADDR (0x1d000000 + 0x20) -#define EV96100_COM2_BASE_ADDR (0x1d000000 + 0x00) +#define EV96100_COM1_BASE_ADDR (0xBD000000 + 0x20) +#define EV96100_COM2_BASE_ADDR (0xBD000000 + 0x00) /* |