mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
openrisc: specify a memory region for u_boot_lists
Since there are two memory areas defined, vectors and ram, the linker will error when neither of them are specified for a section. Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
This commit is contained in:
committed by
Tom Rini
parent
50ce4c07df
commit
16c5e5b9c4
@@ -30,7 +30,7 @@ SECTIONS
|
|||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
.u_boot_list : {
|
.u_boot_list : {
|
||||||
KEEP(*(SORT(.u_boot_list*)));
|
KEEP(*(SORT(.u_boot_list*)));
|
||||||
}
|
} > ram
|
||||||
|
|
||||||
.rodata : {
|
.rodata : {
|
||||||
*(.rodata);
|
*(.rodata);
|
||||||
|
Reference in New Issue
Block a user