]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - bootrom/ldscript-flash
New bootrom
[proxmark3-svn] / bootrom / ldscript-flash
index 37bfaaa1060bf7f7b9b99bb3ed182a75ce119d4e..777ac8bc04c18fefe3a3c4f2abec041691ba280d 100644 (file)
@@ -25,6 +25,7 @@ SECTIONS
        LONG(_version_information_start)\r
     } >bootphase1\r
     \r
+    __bootphase2_src_start__ = ORIGIN(bootphase2);\r
     .bootphase2 : {\r
        __bootphase2_start__ = .;\r
        *(.startphase2)\r
@@ -44,4 +45,8 @@ SECTIONS
     \r
     . = ALIGN( 32 / 8 );\r
     __bss_end__ = .;\r
+    \r
+    .commonarea (NOLOAD) : {\r
+       *(.commonarea)\r
+    } >commonarea\r
 }\r
Impressum, Datenschutz