Add support for ASD AE49F2008 

Corresponding to flashrom svn r77 and coreboot v2 svn r2504.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
diff --git a/flash.h b/flash.h
index a4822e8..205cb60 100644
--- a/flash.h
+++ b/flash.h
@@ -29,6 +29,9 @@
 #define AM_29F040B        0xA4
 #define AM_29F016D        0xAD
 
+#define ASD_ID		  0x25
+#define ASD_AE49F2008     0x52
+
 #define ATMEL_ID          0x1F	/* Winbond Manufacture ID code        */
 #define AT_29C040A        0xA4	/* Winbond w29c020c device code */