aboutsummaryrefslogtreecommitdiff
path: root/baseboards
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-03-23 09:46:54 +1100
committerBen Elliston <bje@gnu.org>2016-03-23 09:46:54 +1100
commit31061ba41d4a59e32f997476ab698c53ee10987b (patch)
treebe45d1502b0e1dbfe6452650a687db9564d835dc /baseboards
parente83ad5c3da92f1b2186767112be1601649b66a2c (diff)
* baseboards/README: Remove mention of devo.
* baseboards/iq2000-sim.exp: Likewise. * baseboards/moxie-sim.exp: Likewise.
Diffstat (limited to 'baseboards')
-rw-r--r--baseboards/README8
-rw-r--r--baseboards/iq2000-sim.exp1
-rw-r--r--baseboards/moxie-sim.exp1
3 files changed, 4 insertions, 6 deletions
diff --git a/baseboards/README b/baseboards/README
index 590bc43..8a4da9e 100644
--- a/baseboards/README
+++ b/baseboards/README
@@ -5,10 +5,10 @@ files is very similar, and I would suggest that you follow this when
writing a new one.
Two files need to be created for a given board; the appropriate file
-in this directory, and one in devo/dejagnu/config. The one in here is
-used to set up entries in the data array describing the board, while
-the one in devo/dejagnu/config is used to describe the actions used to
-actually communicate with the board.
+in this directory, and one in config/. The one in here is used to set
+up entries in the data array describing the board, while the one in
+devo/dejagnu/config is used to describe the actions used to actually
+communicate with the board.
A third file (the site-specific machine file) can be used to describe
any site-specific functionality, such as port numbers, serial devices,
diff --git a/baseboards/iq2000-sim.exp b/baseboards/iq2000-sim.exp
index 986f38f..293c1cc 100644
--- a/baseboards/iq2000-sim.exp
+++ b/baseboards/iq2000-sim.exp
@@ -27,7 +27,6 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
-# "iq2000" is the name of the sim subdir in devo/sim.
setup_sim iq2000
# No multilib options needed by default.
diff --git a/baseboards/moxie-sim.exp b/baseboards/moxie-sim.exp
index 985b0e1..8a9a0ea 100644
--- a/baseboards/moxie-sim.exp
+++ b/baseboards/moxie-sim.exp
@@ -26,7 +26,6 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
-# "moxie" is the name of the sim subdir in devo/sim.
setup_sim moxie
# No multilib options needed by default.