From ea49382feb2283285e824ed624107ace193a984a Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 28 Jan 2014 09:12:04 +0000 Subject: Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with memory at the end of the kernel. This helps reduce the SoC and board specific configuration required. Reviewed by: bsdimp Tested by: jmg (armeb), br --- sys/arm/mv/armadaxp/std.armadaxp | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/arm/mv/armadaxp') diff --git a/sys/arm/mv/armadaxp/std.armadaxp b/sys/arm/mv/armadaxp/std.armadaxp index d731ad3..d53a803 100644 --- a/sys/arm/mv/armadaxp/std.armadaxp +++ b/sys/arm/mv/armadaxp/std.armadaxp @@ -12,6 +12,5 @@ makeoptions KERNVIRTADDR=0xc0200000 options KERNPHYSADDR=0x00200000 options KERNVIRTADDR=0xc0200000 options PHYSADDR=0x00000000 -options STARTUP_PAGETABLE_ADDR=0x00100000 options ARM_L2_PIPT -- cgit v1.1