diff --git a/sys/arch/ews4800mips/stand/common/bootxx.ldscript b/sys/arch/ews4800mips/stand/common/bootxx.ldscript index 04fda0bb5d63..6021af857c37 100644 --- a/sys/arch/ews4800mips/stand/common/bootxx.ldscript +++ b/sys/arch/ews4800mips/stand/common/bootxx.ldscript @@ -1,4 +1,3 @@ - OUTPUT_FORMAT("elf32-tradbigmips") OUTPUT_ARCH(mips) STARTUP(entry.o) @@ -17,6 +16,7 @@ SECTIONS { *(.text) _etext = .; } > ram + .reginfo : { *(.reginfo) } > ram .data ALIGN(4) : { _data = .; @@ -30,7 +30,6 @@ SECTIONS { _bss = .; *(.bss) *(.scommon) - *(.reginfo) _ebss = .; } > ram _end = .;