From: Tim R. <tim...@us...> - 2002-01-20 05:15:57
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv4728/include/blob/arch Modified Files: idr.h Log Message: init sa1111 and enable flash writes Index: idr.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/idr.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- idr.h 2001/12/16 07:38:50 1.2 +++ idr.h 2002/01/20 05:15:53 1.3 @@ -33,6 +33,10 @@ /* GPIO for the LED */ #define LED_GPIO (0x00000000) /* safe mode: no GPIO, no LED */ +/* need gpio on sa1111 to do flash_enable */ +#define SA1111_BASE (0x40000000) +#define SA1111_VBASE (0x40000000) + /* the base address were BLOB is loaded by the first stage loader */ #define BLOB_ABS_BASE_ADDR (0xc0200400) |