diff options
author | Bryan Tran <btran@multitech.com> | 2015-01-19 23:44:09 +0100 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-01-28 15:16:26 -0600 |
commit | d00d1fd87f1ca69f7d5cf6ffe852a2ee0786e676 (patch) | |
tree | 039a01482f6354432cfe14a87388af778db50369 | |
parent | 055d33438bbb812ee386cc7d897569ee0f810f61 (diff) |
at91bootstrap-2.13:add_more_nand_ids.patch: Add more nand ids (Toshiba,Spansion)
-rw-r--r-- | multitech/recipes/at91bootstrap/at91bootstrap-2.13/add_more_nand_ids.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multitech/recipes/at91bootstrap/at91bootstrap-2.13/add_more_nand_ids.patch b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/add_more_nand_ids.patch new file mode 100644 index 0000000..9a3635c --- /dev/null +++ b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/add_more_nand_ids.patch @@ -0,0 +1,14 @@ +Index: at91bootstrap-2.13/include/nand_ids.h +=================================================================== +--- at91bootstrap-2.13.orig/include/nand_ids.h ++++ at91bootstrap-2.13/include/nand_ids.h +@@ -44,6 +44,9 @@ static struct SNandInitInfo NandFlash_In + {0xecaa, 0x800, 0x20000, 0x800, 0x40, 0x0, "Samsung K9F2G08U0A 256MB\0"}, + {0x20aa, 0x800, 0x20000, 0x800, 0x40, 0x0, "ST Micro NAND02GR3B 256MB\0"}, + {0x98da, 0x800, 0x20000, 0x800, 0x40, 0x0, "Toshiba TC58NVG1S3ETA00 256MB\0"}, ++ {0xecdc, 0x800, 0x20000, 0x800, 0x40, 0x0, "Samsung K9F4G08U0D\0"}, ++ {0x01da, 0x800, 0x20000, 0x800, 0x40, 0x0, "Spansion S34ML02G1\0"}, ++ {0x20da, 0x800, 0x20000, 0x800, 0x40, 0x0, "NAND2GW3B2DN6\0"}, + {0,} + }; + |