From 1116885d96725ce064db04604e4d197a136b163c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Feb 2012 14:15:19 +0100 Subject: updated codebase to latest version of osmocombb --- Src/osmolib/src/target/firmware/board/compal/ram.lds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/osmolib/src/target/firmware/board/compal/ram.lds') diff --git a/Src/osmolib/src/target/firmware/board/compal/ram.lds b/Src/osmolib/src/target/firmware/board/compal/ram.lds index 342870d..9503ede 100644 --- a/Src/osmolib/src/target/firmware/board/compal/ram.lds +++ b/Src/osmolib/src/target/firmware/board/compal/ram.lds @@ -11,9 +11,9 @@ ENTRY(_start) MEMORY { /* compal-loaded binary: our text, initialized data */ - LRAM (rw) : ORIGIN = 0x00800000, LENGTH = 0x00010000 + LRAM (rw) : ORIGIN = 0x00800000, LENGTH = 0x00014000 /* compal-loaded binary: our unitialized data, stacks, heap */ - IRAM (rw) : ORIGIN = 0x00810000, LENGTH = 0x00010000 + IRAM (rw) : ORIGIN = 0x00814000, LENGTH = 0x0000c000 } SECTIONS { -- cgit v1.2.3-55-g7522