* [U-Boot-Users] [PATCH] (NAND-specific) Support Micron Vendor Id for NAND Flash
@ 2007-03-26 22:06 Ulf Samuelsson
0 siblings, 0 replies; only message in thread
From: Ulf Samuelsson @ 2007-03-26 22:06 UTC (permalink / raw)
To: u-boot
Date 2007-03-27
Description: Add Vendor Id for Micron NAND Flash
Signed-off-by: Ulf Samuelsson
-----------------------------------------------------------------------------------------------------
diff -urN u-boot-2007-03-26/drivers/nand/nand_ids.c u-boot-2007-03-26-atmel/drivers/nand/nand_ids.c
--- u-boot-2007-03-26/drivers/nand/nand_ids.c 2007-03-26 22:52:54.000000000 +0200
+++ u-boot-2007-03-26-atmel/drivers/nand/nand_ids.c 2007-03-26 22:54:01.000000000 +0200
@@ -123,6 +123,7 @@
{NAND_MFR_NATIONAL, "National"},
{NAND_MFR_RENESAS, "Renesas"},
{NAND_MFR_STMICRO, "ST Micro"},
+ {NAND_MFR_MICRON, "Micron"},
{0x0, "Unknown"}
};
#endif
diff -urN u-boot-2007-03-26/include/linux/mtd/nand.h u-boot-2007-03-26-atmel/include/linux/mtd/nand.h
--- u-boot-2007-03-26/include/linux/mtd/nand.h 2007-03-26 22:52:54.000000000 +0200
+++ u-boot-2007-03-26-atmel/include/linux/mtd/nand.h 2007-03-26 22:54:01.000000000 +0200
@@ -348,6 +348,7 @@
#define NAND_MFR_NATIONAL 0x8f
#define NAND_MFR_RENESAS 0x07
#define NAND_MFR_STMICRO 0x20
+#define NAND_MFR_MICRON 0x2c
/**
* struct nand_flash_dev - NAND Flash Device ID Structure
--
Best Regards,
Ulf Samuelsson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ulf.vcf
Type: text/x-vcard
Size: 301 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070327/4372d343/attachment.vcf
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-26 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-26 22:06 [U-Boot-Users] [PATCH] (NAND-specific) Support Micron Vendor Id for NAND Flash Ulf Samuelsson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.