diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-07-28 16:07:54 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-07-28 16:07:54 -0500 |
commit | 2b75e136d825eb01ec7af84ee5cf868d2827341a (patch) | |
tree | 0d33d8f9f33f4bdd94e632318c5f23f6e7b69f4f /multitech/recipes/at91bootstrap/at91bootstrap-2.13 | |
parent | 4410b762f0d653a367b3e8f4dc1f5e36bdced954 (diff) |
at91bootstrap 2.13: add toshiba nand id
Diffstat (limited to 'multitech/recipes/at91bootstrap/at91bootstrap-2.13')
-rw-r--r-- | multitech/recipes/at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multitech/recipes/at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch new file mode 100644 index 0000000..3b07a12 --- /dev/null +++ b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch @@ -0,0 +1,10 @@ +--- at91bootstrap-2.13.orig/include/nand_ids.h 2010-01-12 15:13:39.000000000 -0600 ++++ at91bootstrap-2.13/include/nand_ids.h 2011-07-07 15:36:58.636900223 -0500 +@@ -43,6 +43,7 @@ + {0xecda, 0x800, 0x20000, 0x800, 0x40, 0x0, "Samsung K9F2G08U0M 256MB\0"}, + {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"}, + {0,} + }; + |