diff options
author | andrew <andrew@FreeBSD.org> | 2015-12-22 09:08:21 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-12-22 09:08:21 +0000 |
commit | d80c75fe62b87e9a6dc9a33b4820c96498863754 (patch) | |
tree | c70924d782f6218995943dfda18f0d0a8d8b0ca7 /sys/arm/conf/GUMSTIX | |
parent | 9b95499162e4790afaa470869db37b7505be848c (diff) | |
download | FreeBSD-src-d80c75fe62b87e9a6dc9a33b4820c96498863754.zip FreeBSD-src-d80c75fe62b87e9a6dc9a33b4820c96498863754.tar.gz |
Remove the arm KERNPHYSADDR option as it is no longer used. The make
option is still in existance as it is used to build the trampoline code.
Diffstat (limited to 'sys/arm/conf/GUMSTIX')
-rw-r--r-- | sys/arm/conf/GUMSTIX | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/conf/GUMSTIX b/sys/arm/conf/GUMSTIX index 048bd3c..0b9c423 100644 --- a/sys/arm/conf/GUMSTIX +++ b/sys/arm/conf/GUMSTIX @@ -28,7 +28,6 @@ cpu CPU_XSCALE_PXA2X0 hints "GUMSTIX.hints" options PHYSADDR=0xa0000000 -options KERNPHYSADDR=0xa0200000 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm include "../xscale/pxa/std.pxa" |