[openvsa]
  ensure all data section symbols are linked into vsainit.bin

Signed-off-by: Chris Kilgour <[EMAIL PROTECTED]>

Index: sysmgr/vsainit.lnk
===================================================================
--- sysmgr/vsainit.lnk	(revision 5)
+++ sysmgr/vsainit.lnk	(working copy)
@@ -24,7 +24,7 @@
 SECTIONS
 {
     . = 0;
-    .blob : { init.o(.text) init.o(.data) *(.text) }
+    .blob : { init.o(.text) *(.text) *(.data) }
     . = ALIGN(4);
     VSA_Image = .;
     /DISCARD/ : { *(.*) }
-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to