[rtems commit] bsp/altera-cyclone-v: Use NOLOAD for nocache sec
Sebastian Huber
sebh at rtems.org
Fri Jun 6 06:34:43 UTC 2014
Module: rtems
Branch: master
Commit: 82054c805269f4fe33126875a3aca9c11b15955f
Changeset: http://git.rtems.org/rtems/commit/?id=82054c805269f4fe33126875a3aca9c11b15955f
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Jun 4 15:33:42 2014 +0200
bsp/altera-cyclone-v: Use NOLOAD for nocache sec
---
.../startup/linkcmds.altcycv_devkit | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/c/src/lib/libbsp/arm/altera-cyclone-v/startup/linkcmds.altcycv_devkit b/c/src/lib/libbsp/arm/altera-cyclone-v/startup/linkcmds.altcycv_devkit
index 60f99a0..0e0c38e 100644
--- a/c/src/lib/libbsp/arm/altera-cyclone-v/startup/linkcmds.altcycv_devkit
+++ b/c/src/lib/libbsp/arm/altera-cyclone-v/startup/linkcmds.altcycv_devkit
@@ -5,7 +5,7 @@ MEMORY {
}
SECTIONS {
- .nocache : {
+ .nocache (NOLOAD) : {
bsp_section_nocache_begin = .;
*(SORT(.bsp_nocache*))
bsp_section_nocache_end = .;
More information about the vc
mailing list