aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/bootblock_crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/bootblock_crt0.S')
-rw-r--r--src/arch/x86/bootblock_crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/bootblock_crt0.S b/src/arch/x86/bootblock_crt0.S
index 82ae97f9c6..387920e38a 100644
--- a/src/arch/x86/bootblock_crt0.S
+++ b/src/arch/x86/bootblock_crt0.S
@@ -10,7 +10,7 @@
#include <cpu/x86/cr.h>
-.section .text._start
+.section .init._start, "ax", @progbits
/*
* Include the old code for reset vector and protected mode entry. That code has