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.bootblock.inc | |
parent | a6f0e1291cd06eb1c226a74d3ee80fcd95079f49 (diff) | |
download | coreboot-8ccbe0509189fe5f801c52745e04f0e8a2470aef.tar.xz |
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.bootblock.inc')
-rw-r--r-- | src/arch/i386/Makefile.bootblock.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile.bootblock.inc b/src/arch/i386/Makefile.bootblock.inc index 9359c46471..9fb78c57b7 100644 --- a/src/arch/i386/Makefile.bootblock.inc +++ b/src/arch/i386/Makefile.bootblock.inc @@ -29,7 +29,7 @@ bootblock_lds += $(src)/cpu/x86/16bit/reset16.lds bootblock_lds += $(src)/arch/i386/lib/id.lds bootblock_lds += $(chipset_bootblock_lds) -bootblock_inc = $(src)/arch/i386/init/bootblock_prologue.c +bootblock_inc = $(src)/arch/i386/init/prologue.inc bootblock_inc += $(src)/cpu/x86/16bit/entry16.inc bootblock_inc += $(src)/cpu/x86/16bit/reset16.inc bootblock_inc += $(src)/cpu/x86/32bit/entry32.inc |