diff options
Diffstat (limited to 'board/gth/flash.c')
-rw-r--r-- | board/gth/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gth/flash.c b/board/gth/flash.c index 41a5c50b0f..11e105e58e 100644 --- a/board/gth/flash.c +++ b/board/gth/flash.c @@ -75,7 +75,7 @@ unsigned long flash_init (void) if (size_b1 > size_b0) { printf ("## ERROR: Bank 1 (0x%08lx = %ld MB) > Bank 0 (0x%08lx = %ld MB)\n", - size_b1, size_b1<<20,size_b0, size_b0<<20); + size_b1, size_b1<<20,size_b0, size_b0<<20); flash_info[0].flash_id = FLASH_UNKNOWN; flash_info[1].flash_id = FLASH_UNKNOWN; |