]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
The older gnuarm in the windows toolchain seems to need the glue_7t section
authorhenryk@ploetzli.ch <henryk@ploetzli.ch@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 27 Aug 2009 04:46:31 +0000 (04:46 +0000)
committerhenryk@ploetzli.ch <henryk@ploetzli.ch@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 27 Aug 2009 04:46:31 +0000 (04:46 +0000)
bootrom/ldscript-flash

index fa6fb26e4fec6cc4ce2dfe83a72a0eada3fdd75e..55078012e549113923d706d487659c5ea1a46ce9 100644 (file)
@@ -9,7 +9,7 @@ MEMORY
           fix the addresses. -- Henryk Plötz <henryk@ploetzli.ch> 2009-08-27 */\r
         bootphase1 : ORIGIN = 0x00000000, LENGTH = 0x200 /* Phase 1 bootloader: Copies real bootloader to RAM */\r
         bootphase2 : ORIGIN = 0x00000200, LENGTH = 0x2000 - 0x200 /* Main bootloader code, stored in Flash, executed from RAM */\r
           fix the addresses. -- Henryk Plötz <henryk@ploetzli.ch> 2009-08-27 */\r
         bootphase1 : ORIGIN = 0x00000000, LENGTH = 0x200 /* Phase 1 bootloader: Copies real bootloader to RAM */\r
         bootphase2 : ORIGIN = 0x00000200, LENGTH = 0x2000 - 0x200 /* Main bootloader code, stored in Flash, executed from RAM */\r
-        ram     : ORIGIN = 0x00200000, LENGTH = 32K\r
+        ram     : ORIGIN = 0x00200000, LENGTH = 64K\r
 }\r
 \r
 \r
 }\r
 \r
 \r
@@ -27,6 +27,7 @@ SECTIONS
        *(.startphase2)\r
        *(.text)\r
        *(.glue_7)\r
        *(.startphase2)\r
        *(.text)\r
        *(.glue_7)\r
+       *(.glue_7t)\r
        *(.rodata)\r
         *(.data)\r
        . = ALIGN( 32 / 8 );\r
        *(.rodata)\r
         *(.data)\r
        . = ALIGN( 32 / 8 );\r
Impressum, Datenschutz