diff options
Diffstat (limited to 'board/evb4510')
-rw-r--r-- | board/evb4510/flash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/evb4510/flash.c b/board/evb4510/flash.c index 5491827e0db..aff92f95e93 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); } |