diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-05-24 15:09:36 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 21:43:55 +0200 |
commit | e8b08ba47c8b17480bd94eef7dc8a47629191957 (patch) | |
tree | 8c2a941cc66a398ade69772b05e873a74b3c50ee /src/lib | |
parent | 93ce3b3a28dc0aad0bb501072bc7fc31e9cd6ce2 (diff) | |
download | coreboot-e8b08ba47c8b17480bd94eef7dc8a47629191957.tar.xz |
Drop ELF remains from boot code
This stuff is not used, so let's drop it.
Change-Id: I671a5e87855b4c59622cafacdefe466ab3d70143
Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3660
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/hardwaremain.c | 1 | ||||
-rw-r--r-- | src/lib/selfboot.c | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index a1803ed964..898e91048b 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -31,7 +31,6 @@ #include <stdlib.h> #include <reset.h> #include <boot/tables.h> -#include <boot/elf.h> #include <cbfs.h> #include <lib.h> #if CONFIG_HAVE_ACPI_RESUME diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index 2b69ac4531..d8c7392038 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -19,11 +19,10 @@ */ #include <arch/byteorder.h> +#include <arch/stages.h> #include <console/console.h> #include <cpu/cpu.h> #include <fallback.h> -#include <boot/elf.h> -#include <boot/elf_boot.h> #include <boot/coreboot_tables.h> #include <stdint.h> #include <stdlib.h> |