summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2011-01-29 00:46:11 +0000
committerandrew <andrew@FreeBSD.org>2011-01-29 00:46:11 +0000
commit0b5604dcfb1025906ef301dd1201c72edb9f0560 (patch)
treea346aec5f52dd3a9639645b4a1034ea53d1f16bf /sys/arm
parenta04fb1123846893d0e0b2c6080c27a4cb3659105 (diff)
downloadFreeBSD-src-0b5604dcfb1025906ef301dd1201c72edb9f0560.zip
FreeBSD-src-0b5604dcfb1025906ef301dd1201c72edb9f0560.tar.gz
Move the load address of the kernel to the start of KVA as the
s3c24x0 copy of initarm expects the kernel to be loaded there. Approved by: imp (mentor)
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/s3c2xx0/std.ln2410sbc8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arm/s3c2xx0/std.ln2410sbc b/sys/arm/s3c2xx0/std.ln2410sbc
index e066fc2..2b53144 100644
--- a/sys/arm/s3c2xx0/std.ln2410sbc
+++ b/sys/arm/s3c2xx0/std.ln2410sbc
@@ -1,10 +1,10 @@
#$FreeBSD$
include "../s3c2xx0/std.s3c2410"
-makeoptions KERNPHYSADDR=0x30408000
-makeoptions KERNVIRTADDR=0xc0408000
-options KERNPHYSADDR=0x30408000
-options KERNVIRTADDR=0xc0408000
+makeoptions KERNPHYSADDR=0x30000000
+makeoptions KERNVIRTADDR=0xc0000000
+options KERNPHYSADDR=0x30000000
+options KERNVIRTADDR=0xc0000000
options PHYSADDR=0x30000000
options STARTUP_PAGETABLE_ADDR=0x30800000
OpenPOWER on IntegriCloud