diff options
Diffstat (limited to 'board/sc520_spunk/flash.c')
-rw-r--r-- | board/sc520_spunk/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc520_spunk/flash.c b/board/sc520_spunk/flash.c index d97dc21..4942e59 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); |