PERFORCE change 95534 for review

Warner Losh imp at FreeBSD.org
Tue Apr 18 21:04:33 UTC 2006


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

Change 95534 by imp at imp_Speedy on 2006/04/18 21:03:34

	Don't force BSS to be in SDRAM.  This means we may be able to make
	these loaders also be 'bootstrap' loaders.

Affected files ...

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

Differences ...

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

@@ -179,7 +179,6 @@
     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