summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/common/load_elf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c
index 0adb509..40a15fd 100644
--- a/sys/boot/common/load_elf.c
+++ b/sys/boot/common/load_elf.c
@@ -586,7 +586,6 @@ elf_parse_modmetadata(struct preloaded_file *fp, elf_file_t ef) {
case MDT_VERSION:
s = strdupout((vm_offset_t)(md.md_cval + ef->off));
file_addmodule(fp, s, NULL);
- printf(" module: %s\n", s);
free(s);
modcnt++;
break;
OpenPOWER on IntegriCloud