From 170cd2d8c418d1be70b3502c6b61bd775deb95af Mon Sep 17 00:00:00 2001 From: TuxSH Date: Tue, 8 May 2018 00:39:26 +0200 Subject: [PATCH] [stage2] Forgot to change that, too --- fusee/fusee-secondary/linker.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fusee/fusee-secondary/linker.ld b/fusee/fusee-secondary/linker.ld index 5252357c3..e88e8bf3f 100644 --- a/fusee/fusee-secondary/linker.ld +++ b/fusee/fusee-secondary/linker.ld @@ -6,7 +6,7 @@ ENTRY(_start) MEMORY { NULL : ORIGIN = 0x00000000, LENGTH = 0x1000 - main : ORIGIN = 0xFFF00000, LENGTH = 0x00100000 + main : ORIGIN = 0xF0000000, LENGTH = 0x10000000 low_iram : ORIGIN = 0x40003000, LENGTH = 0x8000 }