From: Erik M. <er...@us...> - 2002-10-25 17:51:11
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv12466/include/blob/arch Modified Files: frodo.h Log Message: Fix obvious MDRFER typo (should be MDREFR) Submitted by Marcel Telka (te...@us...) Index: frodo.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/frodo.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- frodo.h 9 Apr 2002 12:35:57 -0000 1.10 +++ frodo.h 25 Oct 2002 17:24:14 -0000 1.11 @@ -72,9 +72,9 @@ #define SMCNFG_VALUE 0x00000000 #define MDCNFG_VALUE 0x0000a265 -#ifdef MDRFER_DONT_BELIEVE_IN_MAGIC +#ifdef MDREFR_DONT_BELIEVE_IN_MAGIC #define MDREFR_VALUE 0x00700061 -#endif /* #ifdef MDRFER_DONT_BELIEVE_IN_MAGIC */ +#endif /* #ifdef MDREFR_DONT_BELIEVE_IN_MAGIC */ #define MDCAS00_VALUE 0x5555557f #define MDCAS01_VALUE 0x55555555 |