From 5fa66df63afe2841ce27596996811469903373a7 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 29 Oct 2003 23:18:55 +0000 Subject: * Prepare for release * Fix problems in memory test on some boards (which was not non-destructive as intended) * Patch by Gary Jennejohn, 28 Oct 2003: Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack to prevent stack overflow on ARM systems --- board/evb64260/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/evb64260') diff --git a/board/evb64260/flash.c b/board/evb64260/flash.c index bc52c12..7ca6f0a 100644 --- a/board/evb64260/flash.c +++ b/board/evb64260/flash.c @@ -97,7 +97,7 @@ flash_init (void) #ifndef CONFIG_P3G4 printf("["); print_size (size, ""); - printf("@%08lX] ", size>>20, base); + printf("@%08lX] ", base); #endif if (flash_info[i].flash_id == FLASH_UNKNOWN) { -- cgit v1.1