From: Russ D. <ru...@us...> - 2001-07-26 08:12:07
|
Update of /cvsroot/blob/blob/src In directory usw-pr-cvs1:/tmp/cvs-serv6351 Modified Files: Tag: blob_1_0_9_hack start.S Log Message: I've decided that 160x is a bad cpu multiplier for shannon, lets use 10 instead... Index: start.S =================================================================== RCS file: /cvsroot/blob/blob/src/start.S,v retrieving revision 1.1.1.1.2.13 retrieving revision 1.1.1.1.2.14 diff -u -r1.1.1.1.2.13 -r1.1.1.1.2.14 --- start.S 2001/07/26 00:33:03 1.1.1.1.2.13 +++ start.S 2001/07/26 08:12:04 1.1.1.1.2.14 @@ -79,7 +79,7 @@ || (defined NESA) || (defined NESA) cpuspeed: .long 0x0b /* 221 MHz */ #elif defined SHANNON -cpuspeed: .long 0xa0 /* 206 MHz */ +cpuspeed: .long 0x0a /* 206 MHz */ #else #warning "FIXME: Include code to use the correct clock speed for your board" cpuspeed: .long 0x05 /* safe 133 MHz speed */ |