diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/flash/nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand.c b/src/flash/nand.c index 0f8e7d26..67f15374 100644 --- a/src/flash/nand.c +++ b/src/flash/nand.c @@ -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 3,3V 16-bit", 0xC5, 0, 2048, 0, LP_OPTIONS16}, - {NULL, 0,} + {NULL, 0, 0, 0, 0, 0 } }; /* Manufacturer ID list |