aboutsummaryrefslogtreecommitdiff
path: root/board/sc520_spunk/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sc520_spunk/flash.c')
-rw-r--r--board/sc520_spunk/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc520_spunk/flash.c b/board/sc520_spunk/flash.c
index d97dc2186..4942e598d 100644
--- a/board/sc520_spunk/flash.c
+++ b/board/sc520_spunk/flash.c
@@ -239,7 +239,7 @@ ulong flash_init(void)
flashbase = SC520_FLASH_BANK0_BASE;
break;
default:
- panic("configured to many flash banks!\n");
+ panic("configured too many flash banks!\n");
}
id = identify_flash(flashbase, 2);