aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/u-boot-64.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/u-boot-64.lds')
-rw-r--r--arch/x86/cpu/u-boot-64.lds3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/cpu/u-boot-64.lds b/arch/x86/cpu/u-boot-64.lds
index 3f38681..9a9d39c 100644
--- a/arch/x86/cpu/u-boot-64.lds
+++ b/arch/x86/cpu/u-boot-64.lds
@@ -17,6 +17,9 @@ SECTIONS
. = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
__text_start = .;
+
+ .text.start : { *(.text.start); }
+
.text : { *(.text*); }
. = ALIGN(4);