summaryrefslogtreecommitdiff
path: root/src/arch/i386/lib
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-09 13:49:48 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-09 13:49:48 +0000
commitf358c0c55510e4272ace99e192b9494e64f89697 (patch)
tree1f136bfc6a5b6a3aea324317f5723eca21e754de /src/arch/i386/lib
parent306343266b47db9022591a342571631fb864ae18 (diff)
downloadcoreboot-f358c0c55510e4272ace99e192b9494e64f89697.tar.xz
drop now unussed cpu_reset.inc
make it more clear if coreboot is building without payload. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5395 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/lib')
-rw-r--r--src/arch/i386/lib/cpu_reset.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/arch/i386/lib/cpu_reset.inc b/src/arch/i386/lib/cpu_reset.inc
deleted file mode 100644
index fcddd6b027..0000000000
--- a/src/arch/i386/lib/cpu_reset.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-/* -*- asm -*- */
-
-jmp cpu_reset_out
-
-__cpu_reset:
- /* set the boot_complete flag */
- movl $0xffffffff, %ebp
- jmp __main
-
-cpu_reset_out:
-
-