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);
25 } >fpgaimage :fpgaimage
42 KEEP(*(.version_information))
52 } >ram AT>osimage :data
54 __data_src_start__ = LOADADDR(.data);
55 __data_start__ = ADDR(.data);
56 __data_end__ = __data_start__ + SIZEOF(.data);
66 .commonarea (NOLOAD) : {