X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4271e82d56403879635cabe17a0e959c49fc1a83..a8120704f701882253cd5242f78ede938c2af501:/bootrom/ldscript-flash diff --git a/bootrom/ldscript-flash b/bootrom/ldscript-flash index 37bfaaa1..777ac8bc 100644 --- a/bootrom/ldscript-flash +++ b/bootrom/ldscript-flash @@ -25,6 +25,7 @@ SECTIONS LONG(_version_information_start) } >bootphase1 + __bootphase2_src_start__ = ORIGIN(bootphase2); .bootphase2 : { __bootphase2_start__ = .; *(.startphase2) @@ -44,4 +45,8 @@ SECTIONS . = ALIGN( 32 / 8 ); __bss_end__ = .; + + .commonarea (NOLOAD) : { + *(.commonarea) + } >commonarea }