summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-17 14:28:19 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-17 14:28:19 -0600
commit39e8aa960383471d19c46b0e8a7e65d53b85f643 (patch)
tree5a1b2daf7436f4b1fd5c5511e001ebde53460a64 /c/src/lib/libbsp/sparc/leon3/ChangeLog
parentUse alternative API (diff)
downloadrtems-39e8aa960383471d19c46b0e8a7e65d53b85f643.tar.bz2
PR 2015 - LEON3: make SHM driver configurable using weak
PR 2015/bsps Since the configuration struct is always present one can let DATA initialize it to reduce footprint, at the same time it is made weak to let the user able to configure the SHM driver without editing the driver code. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon3/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/ChangeLog b/c/src/lib/libbsp/sparc/leon3/ChangeLog
index c8ed389aa5..4a926fda75 100644
--- a/c/src/lib/libbsp/sparc/leon3/ChangeLog
+++ b/c/src/lib/libbsp/sparc/leon3/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-17 Daniel Hellstrom <daniel@gaisler.com>
+
+ PR 2015/bsps
+ * shmsupp/getcfg.c: Make SHM driver configurable using weak symbol.
+
2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* smp/getcpuid.c: Fix header from accidental and irrelevant copy and