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
20 _version_information_start = .;
21 *(.version_information);
23 . = LENGTH(bootphase1) - 0x4;
24 LONG(_version_information_start);
41 __bootphase2_src_start__ = LOADADDR(.bootphase2);
42 __bootphase2_start__ = ADDR(.bootphase2);
43 __bootphase2_end__ = __bootphase2_start__ + SIZEOF(.bootphase2);
53 .commonarea (NOLOAD) : {