From e86e5a07485bc0f33103004594a28882c028e7af Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 17 Oct 2004 21:12:06 +0000 Subject: Code cleanup for GCC-3.3.x compilers --- board/versatile/flash.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board/versatile/flash.c') diff --git a/board/versatile/flash.c b/board/versatile/flash.c index 477e70220a..71533719f7 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: -- cgit v1.2.1