From b743885b43cf735a54da6ac1eddcf81c84f28522 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 17 Mar 2009 15:15:15 +0000 Subject: Don't know if this is the correct fix, but it fixes compilation of the PPC targets. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4014 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/ppc/init/ldscript.lb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/arch/ppc/init') diff --git a/src/arch/ppc/init/ldscript.lb b/src/arch/ppc/init/ldscript.lb index 4c48087237..a81d9b9bb8 100644 --- a/src/arch/ppc/init/ldscript.lb +++ b/src/arch/ppc/init/ldscript.lb @@ -79,6 +79,18 @@ SECTIONS _eram = . ; } + .sdata : { + _SDA_BASE_ = .; + *(.sdata) + } + + .sdata2 : { + _SDA2_BASE_ = .; + *(.sdata2) + } + + + /* * Absolute location of where coreboot will be relocated in RAM. */ -- cgit v1.2.3