-INCLUDE ../common/ldscript.common\r
-\r
-ENTRY(flashstart)\r
-SECTIONS\r
-{\r
- . = 0;\r
- \r
- .bootphase1 : {\r
- *(.startup) \r
- *(.bootphase1)\r
- \r
- /* It seems to be impossible to flush align a section at the\r
- end of a memory segment. Instead, we'll put the version_information\r
- wherever the linker wants it, and then put a pointer to the start\r
- of the version information at the end of the section.\r
- -- Henryk Plötz <henryk@ploetzli.ch> 2009-08-28 */\r
- \r
- _version_information_start = ABSOLUTE(.);\r
- *(.version_information);\r
- \r
+/*
+-----------------------------------------------------------------------------
+ This code is licensed to you under the terms of the GNU GPL, version 2 or,
+ at your option, any later version. See the LICENSE.txt file for the text of
+ the license.
+-----------------------------------------------------------------------------
+ Bootrom linker script
+-----------------------------------------------------------------------------
+*/
+
+INCLUDE ../common/ldscript.common
+
+ENTRY(flashstart)
+SECTIONS
+{
+ . = 0;
+
+ .bootphase1 : {
+ *(.startup)
+ *(.bootphase1)
+
+ /* It seems to be impossible to flush align a section at the
+ end of a memory segment. Instead, we'll put the version_information
+ wherever the linker wants it, and then put a pointer to the start
+ of the version information at the end of the section.
+ -- Henryk Plötz <henryk@ploetzli.ch> 2009-08-28 */
+
+ _version_information_start = ABSOLUTE(.);
+ *(.version_information);
+