summaryrefslogtreecommitdiffstats
path: root/net/nfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/nfs.c')
-rw-r--r--net/nfs.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/nfs.c b/net/nfs.c
index d0d11ccec5..3770fe8f28 100644
--- a/net/nfs.c
+++ b/net/nfs.c
@@ -705,10 +705,11 @@ NfsStart (void)
}
printf ("\nFilename '%s/%s'.", nfs_path, nfs_filename);
- if (NetBootFileSize) {
- printf (" Size is 0x%x Bytes = ", NetBootFileSize<<9);
- print_size (NetBootFileSize<<9, "");
- }
+ if (NetBootFileSize)
+ printf (" Size is 0x%x Bytes = %s",
+ NetBootFileSize<<9);
+ size_human_readable (NetBootFileSize<<9));
+
printf ("\nLoad address: 0x%lx\n"
"Loading: *\b", load_addr);