From: Tim R. <tim...@us...> - 2002-04-19 20:02:23
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv17349/include/blob/arch Modified Files: idr.h Log Message: turn on led, change mem config Index: idr.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/idr.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- idr.h 3 Apr 2002 05:05:47 -0000 1.9 +++ idr.h 19 Apr 2002 20:00:23 -0000 1.10 @@ -32,7 +32,7 @@ #define TERMINAL_SPEED baud_115200 /* GPIO for the LED */ -#define LED_GPIO (0x00000000) /* safe mode: no GPIO, no LED */ +#define LED_GPIO (0x00000002) /* AC power LED */ /* need gpio on sa1111 to do flash_enable */ #define SA1111_BASE (0x40000000) @@ -67,7 +67,7 @@ /* Memory configuration */ #ifdef BLOB_NEED_MEMCONFIG #warning "use defines from memsetup.h for better readability" -# define MDCNFG_VALUE 0x72347235 /* 0x0 MDCNFG */ +# define MDCNFG_VALUE 0x72347234 /* 0x0 MDCNFG */ # define MDCAS00_VALUE 0x55555557 /* 0x04 MDCAS00 */ # define MDCAS01_VALUE 0x55555555 /* 0x08 MDCAS01 */ # define MDCAS02_VALUE 0x55555555 /* 0x0c MDCAS02 */ |