diff options
Diffstat (limited to 'arch/x86/cpu/u-boot-64.lds')
-rw-r--r-- | arch/x86/cpu/u-boot-64.lds | 3 |
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 3f38681669..9a9d39cef2 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); |