PERFORCE change 95549 for review

Warner Losh imp at FreeBSD.org
Tue Apr 18 22:23:16 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95549

Change 95549 by imp at imp_Speedy on 2006/04/18 22:23:09

	On second thought, move bss back into SDRAM.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/linker.cfg#3 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/linker.cfg#3 (text+ko) ====

@@ -179,6 +179,7 @@
     SORT(CONSTRUCTORS)
   }
   .data1   : { *(.data1) }
+  . = 0x21200000;
   .eh_frame : { KEEP (*(.eh_frame)) }
   .gcc_except_table : { *(.gcc_except_table) }
   .ctors   : 


More information about the p4-projects mailing list