From: Tim R. <tim...@us...> - 2002-04-29 21:32:47
|
Update of /cvsroot/blob/blob/src/blob In directory usw-pr-cvs1:/tmp/cvs-serv22046/src/blob Modified Files: amd32.c Log Message: amd can be locked, but not supported yet Index: amd32.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/amd32.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- amd32.c 2 Jan 2002 01:23:18 -0000 1.4 +++ amd32.c 29 Apr 2002 21:32:43 -0000 1.5 @@ -185,9 +185,7 @@ static int flash_lock_block_amd32(u32 *blockStart) { - /* FIXME: if AMD flash can be locked, this function should be - * fleshed out -- Erik - */ + /* FIXME: this function should be fleshed out -- Erik */ return 0; } @@ -196,9 +194,7 @@ static int flash_unlock_block_amd32(u32 *blockStart) { - /* FIXME: if AMD flash can be unlocked, this function should - * be fleshed out -- Erik - */ + /* FIXME: this function should be fleshed out -- Erik */ return 0; } @@ -207,9 +203,7 @@ static int flash_query_block_lock_amd32(u32 *blockStart) { - /* FIXME: if AMD flash can be queried, this function should be - * fleshed out -- Erik - */ + /* FIXME: this function should be fleshed out -- Erik */ return 0; } |