diff options
Diffstat (limited to 'board/o2dnt/flash.c')
| -rw-r--r-- | board/o2dnt/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/o2dnt/flash.c b/board/o2dnt/flash.c index 037d28732..349086ffb 100644 --- a/board/o2dnt/flash.c +++ b/board/o2dnt/flash.c @@ -411,7 +411,7 @@ static int write_data (flash_info_t *info, FPWV *dest, FPW data)  	/* Check if Flash is (sufficiently) erased */  	if ((*addr & data) != data) { -		printf ("not erased at %08lx (%lx)\n", (ulong) addr, *addr); +		printf ("not erased at %08lx (%x)\n", (ulong) addr, *addr);  		return (2);  	}  	/* Disable interrupts which might cause a timeout here */ |