summaryrefslogtreecommitdiffstats
path: root/board/etin/debris/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/etin/debris/flash.c')
-rw-r--r--board/etin/debris/flash.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/board/etin/debris/flash.c b/board/etin/debris/flash.c
index 9d22aa2bd7..26579588dd 100644
--- a/board/etin/debris/flash.c
+++ b/board/etin/debris/flash.c
@@ -323,7 +323,7 @@ int flash_erase (flash_info_t *flash, int s_first, int s_last)
if (prot)
printf ("- Warning: %d protected sectors will not be erased!\n",
- prot);
+ prot);
else
printf ("\n");
@@ -365,7 +365,7 @@ static const struct jedec_flash_info jedec_table[] = {
DevSize: SIZE_1MiB,
NumEraseRegions: 4,
regions: {ERASEINFO(0x10000,15),
- ERASEINFO(0x08000,1),
+ ERASEINFO(0x08000,1),
ERASEINFO(0x02000,2),
ERASEINFO(0x04000,1)
}
@@ -376,7 +376,7 @@ static const struct jedec_flash_info jedec_table[] = {
DevSize: SIZE_2MiB,
NumEraseRegions: 4,
regions: {ERASEINFO(0x10000,31),
- ERASEINFO(0x08000,1),
+ ERASEINFO(0x08000,1),
ERASEINFO(0x02000,2),
ERASEINFO(0x04000,1)
}
@@ -387,7 +387,7 @@ static const struct jedec_flash_info jedec_table[] = {
DevSize: SIZE_2MiB,
NumEraseRegions: 4,
regions: {ERASEINFO(0x04000,1),
- ERASEINFO(0x02000,2),
+ ERASEINFO(0x02000,2),
ERASEINFO(0x08000,1),
ERASEINFO(0x10000,31)
}
@@ -398,7 +398,7 @@ static const struct jedec_flash_info jedec_table[] = {
DevSize: SIZE_4MiB,
NumEraseRegions: 2,
regions: {ERASEINFO(0x10000,63),
- ERASEINFO(0x02000,8)
+ ERASEINFO(0x02000,8)
}
}, {
@@ -408,7 +408,7 @@ static const struct jedec_flash_info jedec_table[] = {
DevSize: SIZE_4MiB,
NumEraseRegions: 2,
regions: {ERASEINFO(0x02000,8),
- ERASEINFO(0x10000,63)
+ ERASEINFO(0x10000,63)
}
}
};
OpenPOWER on IntegriCloud