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