bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc were
authorStefan Reinauer <stepan@coresystems.de>
Sat, 14 Aug 2010 17:31:49 +0000 (17:31 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 14 Aug 2010 17:31:49 +0000 (17:31 +0000)
commit8ccbe0509189fe5f801c52745e04f0e8a2470aef
treee47c41ca99c371ce582aa8fef8fa2e789647a6a5
parenta6f0e1291cd06eb1c226a74d3ee80fcd95079f49
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
src/arch/i386/Makefile.bootblock.inc
src/arch/i386/Makefile.inc
src/arch/i386/init/bootblock_prologue.c [deleted file]
src/arch/i386/init/crt0_prologue.inc [deleted file]
src/arch/i386/init/prologue.inc [new file with mode: 0644]