qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] m25p80: Fix wrong jedec id for Numonyx n25q128
@ 2012-11-19 13:03 Liming Wang
  2012-11-20  4:32 ` Peter Crosthwaite
  0 siblings, 1 reply; 4+ messages in thread
From: Liming Wang @ 2012-11-19 13:03 UTC (permalink / raw)
  To: qemu-devel, Peter Crosthwaite, Peter Maydell; +Cc: Stefan Hajnoczi

The jedec id of "n25q128" should be 0x20bb18, not 0x20ba18.

Signed-off-by: Liming Wang <walimisdev@gmail.com>
---
 hw/m25p80.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/m25p80.c b/hw/m25p80.c
index 3895e73..58ae754 100644
--- a/hw/m25p80.c
+++ b/hw/m25p80.c
@@ -177,7 +177,7 @@ static const FlashPartInfo known_devices[] = {
     { INFO("w25q64",      0xef4017,      0,  64 << 10, 128, ER_4K) },
 
     /* Numonyx -- n25q128 */
-    { INFO("n25q128",      0x20ba18,      0,  64 << 10, 256, 0) },
+    { INFO("n25q128",      0x20bb18,      0,  64 << 10, 256, 0) },
 
     { },
 };
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-29  2:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 13:03 [Qemu-devel] [PATCH] m25p80: Fix wrong jedec id for Numonyx n25q128 Liming Wang
2012-11-20  4:32 ` Peter Crosthwaite
2012-11-20  6:05   ` walimis
2012-11-29  2:21   ` walimis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).