X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0fc0fca5830c9d1a430f40ff935fb399f91b8adc..8652988d62b19631e498b62a3800f0decb5e743a:/bootrom/ldscript-ram-jtag diff --git a/bootrom/ldscript-ram-jtag b/bootrom/ldscript-ram-jtag deleted file mode 100644 index 5dd57061..00000000 --- a/bootrom/ldscript-ram-jtag +++ /dev/null @@ -1,10 +0,0 @@ -SECTIONS -{ - . = 0x00200000; - .text : { obj/ram-reset.o(.text) *(.text) } - .rodata : { *(.rodata) } - .data : { *(.data) } - __bss_start__ = .; - .bss : { *(.bss) } - __bss_end__ = .; -}