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);
38 KEEP(*(.version_information))
48 } >ram AT>osimage :data
50 __data_src_start__ = LOADADDR(.data);
51 __data_start__ = ADDR(.data);
52 __data_end__ = __data_start__ + SIZEOF(.data);
53 __os_size__ = SIZEOF(.text) + SIZEOF(.data) + SIZEOF(.rodata);
63 .commonarea (NOLOAD) : {