From 92986807bb589e2b98470155c580828bb1a2838b Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Sat, 16 Oct 2004 08:45:29 +0000 Subject: - Cleanup the bugfix in elfboot.c - Add forgotten amd8111 chip.h git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1683 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/boot/elfboot.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/boot') diff --git a/src/boot/elfboot.c b/src/boot/elfboot.c index eeb4e40cd4..072811918d 100644 --- a/src/boot/elfboot.c +++ b/src/boot/elfboot.c @@ -440,12 +440,10 @@ static int load_elf_segments( end = dest + ptr->s_memsz; middle = dest + ptr->s_filesz; start_offset = ptr->s_offset; -#if 1 + /* Ignore s_offset if I have a pure bss segment */ if (ptr->s_filesz == 0) { start_offset = offset; } -#endif - printk_spew("[ 0x%016lx, %016lx, 0x%016lx) <- %016lx\n", (unsigned long)dest, -- cgit v1.2.3