diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-07-06 23:04:01 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-07-06 23:04:01 +0000 |
commit | 5bc95858d5262d68e16c61cfef3bb309f1826c69 (patch) | |
tree | cde6eddea9261ad2633744ae57b50a695f9e82cb /util/flashrom/flash.h | |
parent | ce17f6bdb07e9348b6f6dda156e4a0edce8f12eb (diff) | |
download | coreboot-5bc95858d5262d68e16c61cfef3bb309f1826c69.tar.xz |
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@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3416 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 6910921c5e..cfe3062944 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -119,6 +119,9 @@ extern struct flashchip flashchips[]; #define AMIC_ID 0x7F37 /* AMIC */ #define AMIC_ID_NOPREFIX 0x37 /* AMIC */ #define AMIC_A25L40P 0x2013 +#define AMIC_A29002B 0x0d +#define AMIC_A29002T 0x8c +#define AMIC_A29040B 0x86 #define AMIC_A49LF040A 0x9d #define ASD_ID 0x25 /* ASD, not listed in JEP106W */ |