LONG(_version_information_start)\r
} >bootphase1\r
\r
+ __bootphase2_src_start__ = ORIGIN(bootphase2);\r
.bootphase2 : {\r
__bootphase2_start__ = .;\r
*(.startphase2)\r
\r
. = ALIGN( 32 / 8 );\r
__bss_end__ = .;\r
+ \r
+ .commonarea (NOLOAD) : {\r
+ *(.commonarea)\r
+ } >commonarea\r
}\r