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)
This commit is contained in:
Andrew Turner 2011-01-29 00:46:11 +00:00
parent 20a86d1f34
commit c08ce26e98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218054

View File

@ -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