forked from Imagelibrary/rtems
bsp/altera-cyclone-v: Use NOLOAD for nocache sec
This commit is contained in:
@@ -5,7 +5,7 @@ MEMORY {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
.nocache : {
|
.nocache (NOLOAD) : {
|
||||||
bsp_section_nocache_begin = .;
|
bsp_section_nocache_begin = .;
|
||||||
*(SORT(.bsp_nocache*))
|
*(SORT(.bsp_nocache*))
|
||||||
bsp_section_nocache_end = .;
|
bsp_section_nocache_end = .;
|
||||||
|
|||||||
Reference in New Issue
Block a user