diff options
author | wdenk <wdenk> | 2004-10-17 21:12:06 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-17 21:12:06 +0000 |
commit | e86e5a07485bc0f33103004594a28882c028e7af (patch) | |
tree | b3f2496049f2e8f82676372d840bc10bf077de44 /board/versatile | |
parent | 8b74bf31fe57edfc502f94e905977304eac943ca (diff) |
Code cleanup for GCC-3.3.x compilers
Diffstat (limited to 'board/versatile')
-rw-r--r-- | board/versatile/flash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/versatile/flash.c b/board/versatile/flash.c index 477e70220a5..71533719f7a 100644 --- a/board/versatile/flash.c +++ b/board/versatile/flash.c @@ -239,7 +239,6 @@ static ulong flash_get_size (FPW * addr, flash_info_t * info) info->flash_id += FLASH_28F256K3; info->sector_count = 256; info->size = 0x02000000; - printf ("\Intel StrataFlash 28F256K3C device initialized\n"); break; default: |