diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-08-16 11:42:47 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-08-16 11:42:47 +0200 |
| commit | 4a3c7eb917de9cfd611cdd778c58253869587ad5 (patch) | |
| tree | 8512d7ea2cdcbad35b9cbd4a090a533fe5108c2e /include/linux/mtd/nand.h | |
| parent | 2d78074d2e806edc380c1464eb9e5df335ece65e (diff) | |
| parent | a44e7a97c8cbbac3cbc32376dcaad0ec1f76f604 (diff) | |
| download | olio-uboot-2014.01-4a3c7eb917de9cfd611cdd778c58253869587ad5.tar.xz olio-uboot-2014.01-4a3c7eb917de9cfd611cdd778c58253869587ad5.zip | |
Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flash
Diffstat (limited to 'include/linux/mtd/nand.h')
| -rw-r--r-- | include/linux/mtd/nand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 4b485643a..49ff80fd3 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -348,6 +348,7 @@ struct nand_chip { #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 |