Show
Ignore:
Timestamp:
07/07/08 01:04:01 (5 months ago)
Author:
hailfinger
Message:

r3415 removed symbolic constants for device IDs by accident.
flash.h is a database of known IDs, whereas flashchips.c is a database
of chips for which support has been implemented. Keep it that way.

Trivial.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/flashrom/flash.h

    r3415 r3416  
    120120#define AMIC_ID_NOPREFIX        0x37    /* AMIC */ 
    121121#define AMIC_A25L40P            0x2013 
     122#define AMIC_A29002B            0x0d 
     123#define AMIC_A29002T            0x8c 
     124#define AMIC_A29040B            0x86 
    122125#define AMIC_A49LF040A          0x9d 
    123126