mirror of
https://xff.cz/git/u-boot/
synced 2025-09-23 03:22:11 +02:00
Blackfin: use sort funcs in the linker script
This is just Blackfin catching up with every one else. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@@ -94,8 +94,7 @@ SECTIONS
|
||||
.rodata :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
*(.rodata .rodata.*)
|
||||
*(.rodata1)
|
||||
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
|
||||
*(.eh_frame)
|
||||
. = ALIGN(4);
|
||||
} >ram_data
|
||||
|
Reference in New Issue
Block a user