mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00: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:
parent
2aeda2d054
commit
ed912d4d65
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@ SECTIONS
|
|||
.rodata :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
*(.rodata .rodata.*)
|
||||
*(.rodata1)
|
||||
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
|
||||
*(.eh_frame)
|
||||
. = ALIGN(4);
|
||||
} >ram_data
|
||||
|
|
Loading…
Add table
Reference in a new issue