aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/jmp_auto_out.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-09 11:37:58 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-09 11:37:58 +0000
commitc666a64395efd7472ff6f5de5589593c7d5f8e33 (patch)
treee3846428baa3fcd7ff9040b44dcb933a8dc0ccf0 /src/arch/i386/lib/jmp_auto_out.inc
parent6a445e812604edaa0f11c99d835eddaeefa83d3b (diff)
drop unused files, and we only use ASM_LOG_LEVEL in one file now
(LX CAR) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5390 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/lib/jmp_auto_out.inc')
-rw-r--r--src/arch/i386/lib/jmp_auto_out.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/i386/lib/jmp_auto_out.inc b/src/arch/i386/lib/jmp_auto_out.inc
deleted file mode 100644
index 88b1728aab..0000000000
--- a/src/arch/i386/lib/jmp_auto_out.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-/* -*- asm -*- */
-
- /* clear boot_complete flag */
- xorl %ebp, %ebp
- jmp __main