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/s3c2xx0/std.ln2410sbc | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/arm/s3c2xx0') diff --git a/sys/arm/s3c2xx0/std.ln2410sbc b/sys/arm/s3c2xx0/std.ln2410sbc index d73d62d..a76a849 100644 --- a/sys/arm/s3c2xx0/std.ln2410sbc +++ b/sys/arm/s3c2xx0/std.ln2410sbc @@ -6,6 +6,5 @@ makeoptions KERNVIRTADDR=0xc0000000 options KERNPHYSADDR=0x30000000 options KERNVIRTADDR=0xc0000000 options PHYSADDR=0x30000000 -options STARTUP_PAGETABLE_ADDR=0x30800000 options NO_EVENTTIMERS -- cgit v1.1