aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'bbl/bbl.lds')
-rw-r--r--bbl/bbl.lds2
1 files changed, 1 insertions, 1 deletions
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 = . );