cpu/x86/16bit/reset16: mark reset vector executable

It's helpful to see the reset vector in objdump output. Without
it being marked executable it doesn't get displayed.

Change-Id: I85cb72ea0727d3f3c2186ae20b9c5cfe5d23aeed
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/13879
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Aaron Durbin 2016-03-02 14:55:32 -06:00
parent 998d8561d1
commit 0fd068b3c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.section ".reset"
.section ".reset", "ax", %progbits
.code16
.globl reset_vector
reset_vector: