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
*(.startphase2)\r
*(.text)\r
*(.glue_7)\r
+ *(.glue_7t)\r
*(.rodata)\r
*(.data)\r
. = ALIGN( 32 / 8 );\r