bsp/altera-cyclone-v: Use NOLOAD for nocache sec

This commit is contained in:
Sebastian Huber
2014-06-04 15:33:42 +02:00
parent 9fa88124ef
commit 82054c8052

View File

@@ -5,7 +5,7 @@ MEMORY {
}
SECTIONS {
.nocache : {
.nocache (NOLOAD) : {
bsp_section_nocache_begin = .;
*(SORT(.bsp_nocache*))
bsp_section_nocache_end = .;