2 -----------------------------------------------------------------------------
 
   3  This code is licensed to you under the terms of the GNU GPL, version 2 or,
 
   4  at your option, any later version. See the LICENSE.txt file for the text of
 
   6 -----------------------------------------------------------------------------
 
   8 -----------------------------------------------------------------------------
 
  11 INCLUDE ../common/ldscript.common
 
  27                 _version_information_start = .;
 
  28                 KEEP(*(.version_information));
 
  30                 . = LENGTH(bootphase1) - 0x4;
 
  31                 LONG(_version_information_start);
 
  46         } >ram AT>bootphase2 :phase2
 
  48         __bootphase2_src_start__ = LOADADDR(.bootphase2);
 
  49         __bootphase2_start__ = ADDR(.bootphase2);
 
  50         __bootphase2_end__ = __bootphase2_start__ + SIZEOF(.bootphase2);
 
  60         .commonarea (NOLOAD) : {