diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/elfboot.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/boot/elfboot.c b/src/boot/elfboot.c index ed15e96fe7..acffb634da 100644 --- a/src/boot/elfboot.c +++ b/src/boot/elfboot.c @@ -362,9 +362,6 @@ static void relocate_segment(unsigned long buffer, struct segment *seg) seg->phdr_next->phdr_prev = new; seg->phdr_next = new; - /* compute the new value of end */ - end = start + len; - printk_spew(" late: [0x%016lx, 0x%016lx, 0x%016lx)\n", new->s_addr, new->s_addr + new->s_filesz, |