diff options
| author | Timothy Pearson <tpearson@raptorengineering.com> | 2018-05-04 16:22:40 -0500 |
|---|---|---|
| committer | Timothy Pearson <tpearson@raptorengineering.com> | 2018-05-04 16:22:40 -0500 |
| commit | 87a2da4e2cb5d750945e2402ab9a7c8f609e7f28 (patch) | |
| tree | 1b50efe8c0a16849d6e2723d6b0a2273a424c72d /flashchips.h | |
| parent | b490b884c9f40cf159eec1a3593b404c984373b1 (diff) | |
| download | flashrom-raptor-p9-master.tar.gz flashrom-raptor-p9-master.zip | |
Add Atmel AT25DF021A supportHEAD05-04-2018master
Diffstat (limited to 'flashchips.h')
| -rw-r--r-- | flashchips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h index 7171a62..d5c80cb 100644 --- a/flashchips.h +++ b/flashchips.h @@ -132,6 +132,7 @@ #define ATMEL_ID 0x1F /* Atmel (now used by Adesto) */ #define ATMEL_AT25DF021 0x4300 +#define ATMEL_AT25DF021A 0x4301 #define ATMEL_AT25DF041A 0x4401 #define ATMEL_AT25DF081 0x4502 /* EDI 0x00. AT25DL081 has same ID + EDI 0x0100 */ #define ATMEL_AT25DF081A 0x4501 /* Yes, 81A has a lower number than 81 */ |

