From 271f99a38daa5420895b97b44fe17d7e967ff70a Mon Sep 17 00:00:00 2001 From: Thibaut VIARD <thibaut.viard@atmel.com> Date: Mon, 12 May 2014 11:54:42 +0200 Subject: [PATCH] Updating linker script with final bootloader information --- .../arduino_zero/linker_scripts/gcc/flash_with_bootloader.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/arduino_zero/linker_scripts/gcc/flash_with_bootloader.ld b/variants/arduino_zero/linker_scripts/gcc/flash_with_bootloader.ld index 8975430b..3f68744a 100644 --- a/variants/arduino_zero/linker_scripts/gcc/flash_with_bootloader.ld +++ b/variants/arduino_zero/linker_scripts/gcc/flash_with_bootloader.ld @@ -7,7 +7,7 @@ */ MEMORY { - FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x00040000 + FLASH (rx) : ORIGIN = 0x00000000+0x2000, LENGTH = 0x00040000-0x2000 RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00008000 } -- GitLab