Don't know if this is the correct fix, but it fixes compilation of the PPC
[coreboot.git] / src / arch / ppc / init / ldscript.lb
index 4c48087237707d8a4072600e41eadd3b26c68d2a..a81d9b9bb8c661f718624fdc9ab42efd284f2a93 100644 (file)
@@ -79,6 +79,18 @@ SECTIONS
                _eram = . ;
        }
 
+       .sdata : {
+               _SDA_BASE_ = .;
+               *(.sdata)
+       }
+
+       .sdata2 : {
+               _SDA2_BASE_ = .;
+               *(.sdata2)
+       }
+
+
+
        /*
         * Absolute location of where coreboot will be relocated in RAM.
         */