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 fpgaimage PT_LOAD FLAGS(4);
26 } >fpgaimage :fpgaimage
43 KEEP(*(.version_information))
53 } >ram AT>osimage :data
55 __data_src_start__ = LOADADDR(.data);
56 __data_start__ = ADDR(.data);
57 __data_end__ = __data_start__ + SIZEOF(.data);
67 .commonarea (NOLOAD) : {