aboutsummaryrefslogtreecommitdiff
path: root/board/cradle
diff options
context:
space:
mode:
Diffstat (limited to 'board/cradle')
-rw-r--r--board/cradle/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cradle/flash.c b/board/cradle/flash.c
index e2d174e52..d867a11ce 100644
--- a/board/cradle/flash.c
+++ b/board/cradle/flash.c
@@ -59,7 +59,7 @@ ulong flash_init(void)
flashbase = PHYS_FLASH_2;
break;
default:
- panic("configured to many flash banks!\n");
+ panic("configured too many flash banks!\n");
break;
}
for (j = 0; j < flash_info[i].sector_count; j++)