summaryrefslogtreecommitdiffstats
path: root/board/csb226/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/csb226/flash.c')
-rw-r--r--board/csb226/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/csb226/flash.c b/board/csb226/flash.c
index 9801773eb7..6b0e51ac43 100644
--- a/board/csb226/flash.c
+++ b/board/csb226/flash.c
@@ -62,7 +62,7 @@ ulong flash_init(void)
flashbase = PHYS_FLASH_1;
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++) {
OpenPOWER on IntegriCloud