summaryrefslogtreecommitdiffstats
path: root/sys/conf/ldscript.arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-09-23 22:52:55 +0000
committercognet <cognet@FreeBSD.org>2004-09-23 22:52:55 +0000
commit984cda6c979f2a40f297c3c648c54e5992019021 (patch)
tree189dbb1bae24005ffe6d8329e21a89e36ef76c74 /sys/conf/ldscript.arm
parentc04b68fd28fa6ce3601259d7cdb13f7a1c0e66b8 (diff)
downloadFreeBSD-src-984cda6c979f2a40f297c3c648c54e5992019021.zip
FreeBSD-src-984cda6c979f2a40f297c3c648c54e5992019021.tar.gz
Use the address provided in the conf file, instead of hardcode 0xc0000000.
Diffstat (limited to 'sys/conf/ldscript.arm')
-rw-r--r--sys/conf/ldscript.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.arm b/sys/conf/ldscript.arm
index 96653f3..d43e730 100644
--- a/sys/conf/ldscript.arm
+++ b/sys/conf/ldscript.arm
@@ -7,7 +7,7 @@ SEARCH_DIR(/usr/lib);
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = 0xc0000000 + SIZEOF_HEADERS;
+ . = KERNVIRTADDR + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
OpenPOWER on IntegriCloud