From: Russ D. <ru...@us...> - 2003-11-27 03:24:34
|
Update of /cvsroot/blob/blob/include/blob In directory sc8-pr-cvs1:/tmp/cvs-serv729 Modified Files: linux.h Log Message: change smdk2500 arch number Index: linux.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/linux.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- linux.h 17 Nov 2003 14:19:25 -0000 1.17 +++ linux.h 27 Nov 2003 03:24:31 -0000 1.18 @@ -71,7 +71,7 @@ #elif defined SHANNON # define ARCH_NUMBER (97) #elif defined SMDK2500 -# define ARCH_NUMBER (91) +# define ARCH_NUMBER (166) #elif defined PT_SYSTEM3 || defined PT_DAFIT # define ARCH_NUMBER (112) #elif defined TRIZEPS |