]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/ldscript
Add Makefile for fpga directory (Windows codepath is untested, in any case, go.bat...
[proxmark3-svn] / armsrc / ldscript
index 81ed4edf3962201383b0f47bc8977d9a69084ee7..3219a041de6fecf656fb27cc6ff8cc8183bd7eaf 100644 (file)
@@ -3,7 +3,10 @@ INCLUDE ../common/ldscript.common
 ENTRY(Vector)\r
 SECTIONS\r
 {\r
 ENTRY(Vector)\r
 SECTIONS\r
 {\r
-       .start : { obj/start.o(.text) } >osimage\r
+       fpgaimage : {\r
+               *(fpga_bit.data)\r
+       } >fpgaimage\r
+       .start : { *(.startos) } >osimage\r
        .text : { \r
                *(.text)\r
                *(.text.*)\r
        .text : { \r
                *(.text)\r
                *(.text.*)\r
Impressum, Datenschutz