diff options
Diffstat (limited to 'flash.h')
| -rw-r--r-- | flash.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -79,7 +79,7 @@ extern struct flashchip flashchips[];  #define MSYSTEMS_MD2800   0x30	/* hmm -- both 0x30 */  #define MSYSTEMS_MD2802   0x30	/* hmm -- both 0x30 */ -#define SM_ID		  0x40  /* SyncMOS ID */ +#define SYNCMOS_ID	  0x40  /* SyncMOS ID */  #define S29C51001T	  0x01  /* SyncMOS S29C51001T/B */  #define S29C51002T	  0x02  /* SyncMOS S29C51002T/B */  #define S29C51004T	  0x03  /* SyncMOS S29C51004T/B */ | 
