Zach Welch <zw@superlucidity.net> add missing initializers in nand.c
git-svn-id: svn://svn.berlios.de/openocd/trunk@1468 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
a6f953babc
commit
8ac5bd7030
|
@ -165,7 +165,7 @@ static nand_info_t nand_flash_ids[] =
|
||||||
{"NAND 2GiB 1,8V 16-bit", 0xB5, 0, 2048, 0, LP_OPTIONS16},
|
{"NAND 2GiB 1,8V 16-bit", 0xB5, 0, 2048, 0, LP_OPTIONS16},
|
||||||
{"NAND 2GiB 3,3V 16-bit", 0xC5, 0, 2048, 0, LP_OPTIONS16},
|
{"NAND 2GiB 3,3V 16-bit", 0xC5, 0, 2048, 0, LP_OPTIONS16},
|
||||||
|
|
||||||
{NULL, 0,}
|
{NULL, 0, 0, 0, 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Manufacturer ID list
|
/* Manufacturer ID list
|
||||||
|
|
Loading…
Reference in New Issue