Index: flash.h
===================================================================
--- flash.h	(revision 2842)
+++ flash.h	(working copy)
@@ -61,6 +61,7 @@
 
 #define AMD_ID			0x01	/* AMD */
 #define AM_29F040B		0xA4
+#define AM_29LV040B		0x4F
 #define AM_29F016D		0xAD
 
 #define ASD_ID			0x25	/* ASD */
Index: flashchips.c
===================================================================
--- flashchips.c	(revision 2842)
+++ flashchips.c	(working copy)
@@ -28,6 +28,8 @@
 struct flashchip flashchips[] = {
 	{"Am29F040B",	AMD_ID, 	AM_29F040B,	512, 64 * 1024,
 	 probe_29f040b, erase_29f040b,	write_29f040b},
+	{"Am29LV040B",	AMD_ID, 	AM_29LV040B,	512, 64 * 1024,
+	 probe_29f040b, erase_29f040b,	write_29f040b},
 	{"Am29F016D",	AMD_ID, 	AM_29F016D,	2048, 64 * 1024,
 	 probe_29f040b, erase_29f040b,	write_29f040b},
 	{"AE49F2008",	ASD_ID,	        ASD_AE49F2008,	256, 128,
