summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-12-22 09:08:21 +0000
committerandrew <andrew@FreeBSD.org>2015-12-22 09:08:21 +0000
commitd80c75fe62b87e9a6dc9a33b4820c96498863754 (patch)
treec70924d782f6218995943dfda18f0d0a8d8b0ca7 /sys/arm/at91
parent9b95499162e4790afaa470869db37b7505be848c (diff)
downloadFreeBSD-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')
-rw-r--r--sys/arm/at91/std.bwct1
-rw-r--r--sys/arm/at91/std.eb92001
-rw-r--r--sys/arm/at91/std.ethernut51
-rw-r--r--sys/arm/at91/std.hl2001
-rw-r--r--sys/arm/at91/std.hl2011
-rw-r--r--sys/arm/at91/std.kb920x1
-rw-r--r--sys/arm/at91/std.qila9g201
-rw-r--r--sys/arm/at91/std.sam9260ek1
-rw-r--r--sys/arm/at91/std.sam9g20ek1
-rw-r--r--sys/arm/at91/std.sam9x25ek1
-rw-r--r--sys/arm/at91/std.sn9g451
-rw-r--r--sys/arm/at91/std.tsc43701
12 files changed, 0 insertions, 12 deletions
diff --git a/sys/arm/at91/std.bwct b/sys/arm/at91/std.bwct
index 19e5356..3ec16a3 100644
--- a/sys/arm/at91/std.bwct
+++ b/sys/arm/at91/std.bwct
@@ -2,7 +2,6 @@
include "../at91/std.at91"
makeoptions KERNPHYSADDR=0x20000000
-options KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNVIRTADDR=0xc0000000
diff --git a/sys/arm/at91/std.eb9200 b/sys/arm/at91/std.eb9200
index cc8f70f..0109fe2 100644
--- a/sys/arm/at91/std.eb9200
+++ b/sys/arm/at91/std.eb9200
@@ -2,7 +2,6 @@
include "../at91/std.at91"
makeoptions KERNPHYSADDR=0x20000000
-options KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNVIRTADDR=0xc0000000
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
diff --git a/sys/arm/at91/std.hl200 b/sys/arm/at91/std.hl200
index 5b5ed22..761c0a0 100644
--- a/sys/arm/at91/std.hl200
+++ b/sys/arm/at91/std.hl200
@@ -2,7 +2,6 @@
include "../at91/std.at91"
makeoptions KERNPHYSADDR=0x20100000
-options KERNPHYSADDR=0x20100000
makeoptions KERNVIRTADDR=0xc0100000
options KERNVIRTADDR=0xc0100000
diff --git a/sys/arm/at91/std.hl201 b/sys/arm/at91/std.hl201
index 6537b27..e0c9c4b 100644
--- a/sys/arm/at91/std.hl201
+++ b/sys/arm/at91/std.hl201
@@ -3,7 +3,6 @@ include "../at91/std.at91sam9"
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
-options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_hl201
diff --git a/sys/arm/at91/std.kb920x b/sys/arm/at91/std.kb920x
index 2f52db5..0af4f04 100644
--- a/sys/arm/at91/std.kb920x
+++ b/sys/arm/at91/std.kb920x
@@ -2,7 +2,6 @@
include "../at91/std.at91"
makeoptions KERNPHYSADDR=0x20000000
-options KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNVIRTADDR=0xc0000000
diff --git a/sys/arm/at91/std.qila9g20 b/sys/arm/at91/std.qila9g20
index f9dbb5f..4f99cc0 100644
--- a/sys/arm/at91/std.qila9g20
+++ b/sys/arm/at91/std.qila9g20
@@ -3,7 +3,6 @@ include "../at91/std.at91sam9"
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
-options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_qila9g20
diff --git a/sys/arm/at91/std.sam9260ek b/sys/arm/at91/std.sam9260ek
index fd4a7da..d424ad5 100644
--- a/sys/arm/at91/std.sam9260ek
+++ b/sys/arm/at91/std.sam9260ek
@@ -3,7 +3,6 @@ include "../at91/std.at91sam9"
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
-options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_sam9260ek
diff --git a/sys/arm/at91/std.sam9g20ek b/sys/arm/at91/std.sam9g20ek
index 160a893..f8f651c 100644
--- a/sys/arm/at91/std.sam9g20ek
+++ b/sys/arm/at91/std.sam9g20ek
@@ -3,7 +3,6 @@ include "../at91/std.at91sam9"
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
-options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_sam9g20ek
diff --git a/sys/arm/at91/std.sam9x25ek b/sys/arm/at91/std.sam9x25ek
index 4536b51..193d067 100644
--- a/sys/arm/at91/std.sam9x25ek
+++ b/sys/arm/at91/std.sam9x25ek
@@ -3,7 +3,6 @@ include "../at91/std.at91sam9"
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
-options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_sam9x25ek
diff --git a/sys/arm/at91/std.sn9g45 b/sys/arm/at91/std.sn9g45
index 5376955..30f3bc4 100644
--- a/sys/arm/at91/std.sn9g45
+++ b/sys/arm/at91/std.sn9g45
@@ -2,7 +2,6 @@
include "../at91/std.at91sam9g45"
makeoptions KERNPHYSADDR=0x70008000
-options KERNPHYSADDR=0x70008000
makeoptions KERNVIRTADDR=0xc0008000
options KERNVIRTADDR=0xc0008000
diff --git a/sys/arm/at91/std.tsc4370 b/sys/arm/at91/std.tsc4370
index 6eb25cb..02054e5 100644
--- a/sys/arm/at91/std.tsc4370
+++ b/sys/arm/at91/std.tsc4370
@@ -3,7 +3,6 @@ include "../at91/std.at91"
makeoptions KERNPHYSADDR=0x20000000
makeoptions KERNVIRTADDR=0xc0000000
-options KERNPHYSADDR=0x20000000
options KERNVIRTADDR=0xc0000000
device at91_board_tsc4370
OpenPOWER on IntegriCloud