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/evb4510/flash.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/evb4510') diff --git a/board/evb4510/flash.c b/board/evb4510/flash.c index 5491827..aff92f9 100644 --- a/board/evb4510/flash.c +++ b/board/evb4510/flash.c @@ -362,8 +362,7 @@ unsigned long flash_init (void) } #endif else { - printf (__FUNCTION__ - "(): Unable to detect PHYS_FLASH_1: 0x%08x\n", + printf ("flash_init(): Unable to detect PHYS_FLASH_1: 0x%08x\n", PHYS_FLASH_1); } -- cgit v1.1