From 05bb1e666f9542d5636645cf69df5d3741f2bc2e Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 8 Feb 2011 22:38:21 -0500 Subject: Function examples/test-session.cpp on Native --- support/ld/maple_native/flash.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/ld/maple_native/flash.ld') diff --git a/support/ld/maple_native/flash.ld b/support/ld/maple_native/flash.ld index 7e1e453..4e820d2 100644 --- a/support/ld/maple_native/flash.ld +++ b/support/ld/maple_native/flash.ld @@ -26,7 +26,7 @@ MEMORY { ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K - rom (rx) : ORIGIN = 0x08005000, LENGTH = 500K + rom (rx) : ORIGIN = 0x08005000, LENGTH = 492K } OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") -- cgit v1.2.3