diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-08-14 17:31:49 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-14 17:31:49 +0000 |
commit | 8ccbe0509189fe5f801c52745e04f0e8a2470aef (patch) | |
tree | e47c41ca99c371ce582aa8fef8fa2e789647a6a5 /src/arch/i386/Makefile.inc | |
parent | a6f0e1291cd06eb1c226a74d3ee80fcd95079f49 (diff) |
bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc were
pretty much 1:1 the same file (despite an include and a typo) so drop one
instance of it. We only have one prologue.inc for the romstage code now.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5694 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/Makefile.inc')
-rw-r--r-- | src/arch/i386/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile.inc b/src/arch/i386/Makefile.inc index fe0be9be69..76b4bbffc3 100644 --- a/src/arch/i386/Makefile.inc +++ b/src/arch/i386/Makefile.inc @@ -113,7 +113,7 @@ endif ####################################################################### # done -crt0s = $(src)/arch/i386/init/crt0_prologue.inc +crt0s = $(src)/arch/i386/init/prologue.inc ldscripts = ldscripts += $(src)/arch/i386/init/ldscript_fallback_cbfs.lb ifeq ($(CONFIG_BIG_BOOTBLOCK),y) |