diff --git a/flashchips.c b/flashchips.c
index 8e90d2aa2651eceda54c22f25377126bd72679a0..933682dc50a63e3df06890fafc133a68be791435 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -1181,7 +1181,7 @@ struct flashchip flashchips[] = {
 				},
 				.block_erase = spi_block_erase_d8,
 			}, {
-				.eraseblocks = { {256 * 1024, 1} },
+				.eraseblocks = { {512 * 1024, 1} },
 				.block_erase = spi_block_erase_c7,
 			}
 		},
@@ -1213,7 +1213,7 @@ struct flashchip flashchips[] = {
 				},
 				.block_erase = spi_block_erase_d8,
 			}, {
-				.eraseblocks = { {256 * 1024, 1} },
+				.eraseblocks = { {512 * 1024, 1} },
 				.block_erase = spi_block_erase_c7,
 			}
 		},