Add SST25VF040.REMS with TEST_OK_ PROBE READ

Corresponding to flashrom svn r417 and coreboot v2 svn r3958.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Peter Stuge <peter@stuge.se>
diff --git a/flashchips.c b/flashchips.c
index 182f90a..1fcb30a 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -1128,6 +1128,20 @@
 
 	{
 		.vendor		= "SST",
+		.name		= "SST25VF040.REMS",
+		.manufacture_id	= 0xbf,
+		.model_id	= 0x44,
+		.total_size	= 512,
+		.page_size	= 64*1024,
+		.tested		= TEST_OK_PR,
+		.probe		= probe_spi_rems,
+		.erase		= spi_chip_erase_60,
+		.write		= spi_chip_write,
+		.read		= spi_chip_read,
+	},
+
+	{
+		.vendor		= "SST",
 		.name		= "SST25VF040B.REMS",
 		.manufacture_id	= 0xbf,
 		.model_id	= 0x8d,