From: Tim R. <tim...@us...> - 2001-07-07 21:14:37
|
Update of /cvsroot/blob/blob/include In directory usw-pr-cvs1:/tmp/cvs-serv29943/include Modified Files: Tag: blob_1_0_9_hack flash.h Log Message: clarify logic Index: flash.h =================================================================== RCS file: /cvsroot/blob/blob/include/flash.h,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- flash.h 2001/07/07 19:24:40 1.1.1.1.2.1 +++ flash.h 2001/07/07 21:14:33 1.1.1.1.2.2 @@ -72,9 +72,7 @@ #define INITRD_START (KERNEL_START + KERNEL_LEN) #define INITRD_LEN 0x280000 #define NUM_INITRD_BLOCKS (INITRD_LEN / MAIN_BLOCK_SIZE) -#endif - -#ifdef SHANNON +#elif defined SHANNON #define KERNEL_START 0x8000 #define KERNEL_LEN 0xf8000 #define NUM_KERNEL_BLOCKS (KERNEL_LEN / MAIN_BLOCK_SIZE) |