X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8652988d62b19631e498b62a3800f0decb5e743a..fb6e5aa8630a2d181bcc82d7a3b2b3108d57937f:/bootrom/ldscript-flash diff --git a/bootrom/ldscript-flash b/bootrom/ldscript-flash index fa6fb26e..55078012 100644 --- a/bootrom/ldscript-flash +++ b/bootrom/ldscript-flash @@ -9,7 +9,7 @@ MEMORY fix the addresses. -- Henryk Plötz 2009-08-27 */ bootphase1 : ORIGIN = 0x00000000, LENGTH = 0x200 /* Phase 1 bootloader: Copies real bootloader to RAM */ bootphase2 : ORIGIN = 0x00000200, LENGTH = 0x2000 - 0x200 /* Main bootloader code, stored in Flash, executed from RAM */ - ram : ORIGIN = 0x00200000, LENGTH = 32K + ram : ORIGIN = 0x00200000, LENGTH = 64K } @@ -27,6 +27,7 @@ SECTIONS *(.startphase2) *(.text) *(.glue_7) + *(.glue_7t) *(.rodata) *(.data) . = ALIGN( 32 / 8 );