summaryrefslogtreecommitdiff
path: root/src/cpu/x86/16bit
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-03-02 13:42:57 -0600
committerAaron Durbin <adurbin@chromium.org>2016-03-03 23:52:31 +0100
commit998d8561d10df7a1077a5bfa4465a571607c0f66 (patch)
treece84609e6c7a94e3c1a5caa9f00afd38c624e51e /src/cpu/x86/16bit
parent9738970c152600798407fd3f4e6703b2df277982 (diff)
downloadcoreboot-998d8561d10df7a1077a5bfa4465a571607c0f66.tar.xz
cpu/x86/16bit/reset16: remove stale 32-bit jump
Patrick at least indicated this jump after the reset vector jump was a remnant from some construct used long ago in the project. It's not longer used (nor could I find where it was). Therefore, remove it. Change-Id: I31512c66a9144267739b08d5f9659c4fcde1b794 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/13878 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/x86/16bit')
-rw-r--r--src/cpu/x86/16bit/reset16.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/x86/16bit/reset16.inc b/src/cpu/x86/16bit/reset16.inc
index 33712d1799..2220aabb49 100644
--- a/src/cpu/x86/16bit/reset16.inc
+++ b/src/cpu/x86/16bit/reset16.inc
@@ -10,7 +10,4 @@ reset_vector:
* instead of the weird 16 bit relocations that binutils does not
* handle consistenly between versions because they are used so rarely.
*/
- .org 0x8;
- .code32
- jmp protected_start
.previous