summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/armadaxp
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-11-20 16:12:22 +0000
committerandrew <andrew@FreeBSD.org>2015-11-20 16:12:22 +0000
commit9b3f3bd7c04485c39222c03b83b0b05cde696050 (patch)
treef243300304b989a8ca99400c0edfd9eb36a9c6f6 /sys/arm/mv/armadaxp
parent4e1c872b52a5ba5710a1041cd1e5ad119ed2ce7c (diff)
downloadFreeBSD-src-9b3f3bd7c04485c39222c03b83b0b05cde696050.zip
FreeBSD-src-9b3f3bd7c04485c39222c03b83b0b05cde696050.tar.gz
Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.
Sponsored by: ABT Systems Ltd
Diffstat (limited to 'sys/arm/mv/armadaxp')
-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 d53a803..23e5423 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
OpenPOWER on IntegriCloud