From c08ce26e98ce537f882bdd848be41f281dad758b Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Sat, 29 Jan 2011 00:46:11 +0000 Subject: [PATCH] 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) --- sys/arm/s3c2xx0/std.ln2410sbc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arm/s3c2xx0/std.ln2410sbc b/sys/arm/s3c2xx0/std.ln2410sbc index e066fc205b20..2b5314438733 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