diff options
Diffstat (limited to 'arch/sh/cpu/u-boot.lds')
-rw-r--r-- | arch/sh/cpu/u-boot.lds | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/sh/cpu/u-boot.lds b/arch/sh/cpu/u-boot.lds index e90ac06..bc240bd 100644 --- a/arch/sh/cpu/u-boot.lds +++ b/arch/sh/cpu/u-boot.lds @@ -19,10 +19,7 @@ ENTRY(_start) SECTIONS { - /* - * entry and reloct_dst will be provided via ldflags - */ - . = .; + reloc_dst = .; PROVIDE (_ftext = .); PROVIDE (_fcode = .); @@ -73,7 +70,6 @@ SECTIONS PROVIDE (__init_end = .); PROVIDE (reloc_dst_end = .); - /* _reloc_dst_end = .; */ PROVIDE (bss_start = .); PROVIDE (__bss_start = .); |