summaryrefslogtreecommitdiffstats
path: root/board/evb64260/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/evb64260/flash.c')
-rw-r--r--board/evb64260/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/evb64260/flash.c b/board/evb64260/flash.c
index bc52c12786..7ca6f0ae73 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) {
OpenPOWER on IntegriCloud