Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.

Sponsored by:	ABT Systems Ltd
This commit is contained in:
Andrew Turner
2015-11-20 16:12:22 +00:00
parent 1fd7e8637c
commit aeef645f92
17 changed files with 0 additions and 94 deletions
-10
View File
@@ -1,16 +1,6 @@
# $FreeBSD$
# kernel gets loaded at 0x00200000 by the loader, but runs at virtual address
# 0xc0200000. RAM starts at 0. We put the pagetable at a reasonable place
# in memory, but may need to bounce it higher if there's a problem with this.
# We could paper over this by loading the kernel at 0xc0000000 virtual, but
# that leads to other complications, so we'll just reclaim the lower region of
# ram after we're loaded. Put the page tables for startup at 1MB.
makeoptions KERNPHYSADDR=0x00200000
makeoptions KERNVIRTADDR=0xc0200000
options KERNPHYSADDR=0x00200000
options KERNVIRTADDR=0xc0200000
options PHYSADDR=0x00000000
options ARM_L2_PIPT