1 INCLUDE ../common/ldscript.common
12 /* It seems to be impossible to flush align a section at the
13 end of a memory segment. Instead, we'll put the version_information
14 wherever the linker wants it, and then put a pointer to the start
15 of the version information at the end of the section.
16 -- Henryk Plötz <henryk@ploetzli.ch> 2009-08-28 */
18 _version_information_start = .;
19 *(.version_information);
21 . = LENGTH(bootphase1) - 0x4; /* Skip ahead to the end */
22 LONG(_version_information_start)
26 __bootphase2_start__ = .;
34 __bootphase2_end__ = .;