Hello Hoernchen,

I'd like you to do a code review. Please visit

    https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15688

to review the following change.


Change subject: SRAM linker script: shift start of RAM by 64kByte
......................................................................

SRAM linker script: shift start of RAM by 64kByte

Change-Id: I69ed656ac7007c5b8aa08c18569a7da5fe6ef277
FIXME: Why?
---
M sysmoOCTSIM/gcc/gcc/same54n19a_sram.ld
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware 
refs/changes/88/15688/1

diff --git a/sysmoOCTSIM/gcc/gcc/same54n19a_sram.ld 
b/sysmoOCTSIM/gcc/gcc/same54n19a_sram.ld
index c770c7c..13faee2 100644
--- a/sysmoOCTSIM/gcc/gcc/same54n19a_sram.ld
+++ b/sysmoOCTSIM/gcc/gcc/same54n19a_sram.ld
@@ -35,7 +35,7 @@
 /* Memory Spaces Definitions */
 MEMORY
 {
-  ram      (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00030000
+  ram      (rwx) : ORIGIN = 0x20000000+ 0x00010000, LENGTH = 0x00020000
   bkupram  (rwx) : ORIGIN = 0x47000000, LENGTH = 0x00002000
   qspi     (rwx) : ORIGIN = 0x04000000, LENGTH = 0x01000000
 }

--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15688
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I69ed656ac7007c5b8aa08c18569a7da5fe6ef277
Gerrit-Change-Number: 15688
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: Hoernchen <ew...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to