[coreboot-gerrit] New patch to review for coreboot: a1d2804 drivers/spi/stmicro: Rename N25Q256A to N25Q256

David Imhoff (dimhoff_devel@xs4all.nl) gerrit at coreboot.org
Sun May 3 17:18:13 CEST 2015


David Imhoff (dimhoff_devel at xs4all.nl) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10078

-gerrit

commit a1d280440c4b97bf7519e7425d33f5752c859e01
Author: David Imhoff <dimhoff_devel at xs4all.nl>
Date:   Sun May 3 16:57:38 2015 +0200

    drivers/spi/stmicro: Rename N25Q256A to N25Q256
    
    The 'A' indicates the production process(64 nm). All other chips from
    the same family leave the this out.
    
    TEST=Build and booted on Minnowboard Max
    
    Change-Id: I21e6c01de5d547bbc2252e679a001948e7ab752c
    Signed-off-by: David Imhoff <dimhoff_devel at xs4all.nl>
---
 src/drivers/spi/stmicro.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/drivers/spi/stmicro.c b/src/drivers/spi/stmicro.c
index ab21f8f..37907f6 100644
--- a/src/drivers/spi/stmicro.c
+++ b/src/drivers/spi/stmicro.c
@@ -57,7 +57,7 @@
 #define STM_ID_M25P64		0x2017
 #define STM_ID_M25P80		0x2014
 #define STM_ID_M25P128		0x2018
-#define STM_ID_N25Q256A		0xba19
+#define STM_ID_N25Q256		0xba19
 #define STM_ID_N25Q064		0xbb17
 #define STM_ID_N25Q128		0xbb18
 
@@ -164,12 +164,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
 		.name = "N25Q128",
 	},
 	{
-		.device_id = STM_ID_N25Q256A,
+		.device_id = STM_ID_N25Q256,
 		.op_erase = CMD_M25PXX_SSE,
 		.page_size = 256,
 		.pages_per_sector = 16,
 		.nr_sectors = 8192,
-		.name = "N25Q256A",
+		.name = "N25Q256",
 	},
 };
 



More information about the coreboot-gerrit mailing list