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/at91/std.ethernut5 | |
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/at91/std.ethernut5')
-rw-r--r-- | sys/arm/at91/std.ethernut5 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/at91/std.ethernut5 b/sys/arm/at91/std.ethernut5 index 7793a83..aab78c2 100644 --- a/sys/arm/at91/std.ethernut5 +++ b/sys/arm/at91/std.ethernut5 @@ -3,7 +3,6 @@ include "../at91/std.at91sam9" makeoptions KERNPHYSADDR=0x20000000 makeoptions KERNVIRTADDR=0xc0000000 -options KERNPHYSADDR=0x20000000 options KERNVIRTADDR=0xc0000000 device at91_board_ethernut5 |