summaryrefslogtreecommitdiff
path: root/board/ep7312
diff options
context:
space:
mode:
Diffstat (limited to 'board/ep7312')
-rw-r--r--board/ep7312/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep7312/flash.c b/board/ep7312/flash.c
index 1ee0a37a0..c687cc736 100644
--- a/board/ep7312/flash.c
+++ b/board/ep7312/flash.c
@@ -50,7 +50,7 @@ ulong flash_init (void)
if (i == 0)
flashbase = PHYS_FLASH_1;
else
- panic ("configured to many flash banks!\n");
+ panic ("configured too many flash banks!\n");
for (j = 0; j < flash_info[i].sector_count; j++) {
flash_info[i].start[j] = flashbase + j * MAIN_SECT_SIZE;
}