aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-11-20 16:12:22 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-11-20 16:12:22 +0000
commitaeef645f928dfc76fa991e727f29f834fbffa431 (patch)
treef243300304b989a8ca99400c0edfd9eb36a9c6f6 /sys/arm/mv
parent1fd7e8637cbac37acd31777ebe347d8081c47828 (diff)
downloadsrc-aeef645f928dfc76fa991e727f29f834fbffa431.tar.gz
src-aeef645f928dfc76fa991e727f29f834fbffa431.zip
Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.
Sponsored by: ABT Systems Ltd
Notes
Notes: svn path=/head/; revision=291102
Diffstat (limited to 'sys/arm/mv')
-rw-r--r--sys/arm/mv/armadaxp/std.armadaxp10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/arm/mv/armadaxp/std.armadaxp b/sys/arm/mv/armadaxp/std.armadaxp
index d53a8033f1b3..23e5423ff304 100644
--- a/sys/arm/mv/armadaxp/std.armadaxp
+++ b/sys/arm/mv/armadaxp/std.armadaxp
@@ -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