bsp/tqm8xx: Fix linker set description

Fix broken RTEMS linker set description introduced by
b618d8cfc5.
This commit is contained in:
Sebastian Huber
2015-12-10 08:15:06 +01:00
parent 5df8168967
commit 9ef736a6fd

View File

@@ -78,8 +78,9 @@ SECTIONS {
/*
* BSP: Moved into .text from .*
*/
*(.rodata .rodata.* KEEP (*(SORT(.rtemsroset.*))) .gnu.linkonce.r.*)
*(.rodata .rodata.* .gnu.linkonce.r.*)
*(.rodata1)
KEEP (*(SORT(.rtemsroset.*)))
*(.interp)
*(.note.gnu.build-id)
*(.hash)