From 2dd61c1da6fd7ccf40129fc12785b5808b2acc20 Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 14 Dec 2010 06:41:59 +0000 Subject: [PATCH] - move entry point of applications to the user space git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@335 315a16e6-25f9-4109-90ae-ca3045a26c18 --- newlib/examples/link.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newlib/examples/link.ld b/newlib/examples/link.ld index 421c3b87..58f508b0 100644 --- a/newlib/examples/link.ld +++ b/newlib/examples/link.ld @@ -4,13 +4,13 @@ ENTRY(_start) GROUP(-lc -lgloss) SEARCH_DIR(.) __DYNAMIC = 0; -phys = 0x00200000; +phys = 0x40200000; /* * Allocate the stack to be at the top of memory, since the stack * grows down */ -PROVIDE (__stack = 0x500000); +PROVIDE (__stack = 0x40500000); /* * Initalize some symbols to be zero so we can reference them in the