From 39e8aa960383471d19c46b0e8a7e65d53b85f643 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Feb 2012 14:28:19 -0600 Subject: 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 --- c/src/lib/libbsp/sparc/leon3/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/lib/libbsp/sparc/leon3/ChangeLog') 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 + + PR 2015/bsps + * shmsupp/getcfg.c: Make SHM driver configurable using weak symbol. + 2011-06-29 Joel Sherrill * smp/getcpuid.c: Fix header from accidental and irrelevant copy and -- cgit v1.2.3