Add NAND chip data for Samsung K9F4G08UOM (Sansa M230 512Mb)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18311 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2008-08-18 22:20:17 +00:00
parent 58808b6216
commit 78cf5cc1dd

View file

@ -33,12 +33,14 @@ struct nand_manufacturer
static const struct nand_info samsung[] =
{
/* K9F4G08UOM */
{0xDC, 0x10, 64, 4096, 2048, 64, 2, 3},
/* K9K8G08UOM */
{0xD3, 0x51, 64, 8192, 2048, 64, 2, 3},
/* K9LAG08UOM */
{0xD5, 0x55, 128, 8192, 2048, 64, 2, 3},
/* K9LBG08UOM, K9HBG08U1M, K9MCG08U5M */
{0xD7, 0x55, 128, 8192, 4096, 128, 2, 3},
{0xD7, 0x55, 128, 8192, 4096, 128, 2, 3}
};
#define M(id, x) {id, (struct nand_info*)x, (sizeof(x)/sizeof(struct nand_info))}