summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flashchips.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/flashchips.c b/flashchips.c
index 24736d4..1c30edc 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -2137,10 +2137,10 @@ struct flashchip flashchips[] = {
{
{
.eraseblocks = {
- {64 * 1024, 3},
- {32 * 1024, 1},
- {8 * 1024, 2},
{16 * 1024, 1},
+ {8 * 1024, 2},
+ {32 * 1024, 1},
+ {64 * 1024, 3},
},
.block_erase = erase_sector_jedec,
}, {
@@ -2168,10 +2168,10 @@ struct flashchip flashchips[] = {
{
{
.eraseblocks = {
- {16 * 1024, 1},
- {8 * 1024, 2},
- {32 * 1024, 1},
{64 * 1024, 3},
+ {32 * 1024, 1},
+ {8 * 1024, 2},
+ {16 * 1024, 1},
},
.block_erase = erase_sector_jedec,
}, {
OpenPOWER on IntegriCloud