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 -----------------------------------------------------------------------------
 
   7  Linker script for the ARM binary
 
   8 -----------------------------------------------------------------------------
 
  10 INCLUDE ../common/ldscript.common
 
  14         text PT_LOAD FLAGS(5);
 
  39                 KEEP(*(.version_information))
 
  49         } >ram AT>osimage :data
 
  51         __data_src_start__ = LOADADDR(.data);
 
  52         __data_start__ = ADDR(.data);
 
  53         __data_end__ = __data_start__ + SIZEOF(.data);
 
  63         .commonarea (NOLOAD) : {