From: Erik M. <er...@us...> - 2002-01-02 01:23:20
|
Update of /cvsroot/blob/blob/src/blob In directory usw-pr-cvs1:/tmp/cvs-serv9891/src/blob Modified Files: amd32.c Log Message: The Shannon flash functions work, so the AMD flash driver also works. Remove the #warning. Index: amd32.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/amd32.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- amd32.c 2001/12/28 01:06:12 1.3 +++ amd32.c 2002/01/02 01:23:18 1.4 @@ -53,8 +53,6 @@ -#warning "Please check AMD flash code" - static int flash_erase_amd32(u32 *addr) { u32 result; |