From 7389e46cd013e0cd23af8a6531e9e104b5a31d09 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sat, 30 Apr 2016 17:39:13 -0700 Subject: Move DRAM to high addresses --- bbl/bbl.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbl/bbl.lds') diff --git a/bbl/bbl.lds b/bbl/bbl.lds index 5ccdf22..c06aa13 100644 --- a/bbl/bbl.lds +++ b/bbl/bbl.lds @@ -10,7 +10,7 @@ SECTIONS /*--------------------------------------------------------------------*/ /* Begining of code and text segment */ - . = 0; + . = 0x80000000; _ftext = .; PROVIDE( eprol = . ); -- cgit v1.1