* baseboards/README: Remove mention of devo.
authorBen Elliston <bje@gnu.org>
Tue, 22 Mar 2016 22:46:54 +0000 (09:46 +1100)
committerBen Elliston <bje@gnu.org>
Tue, 22 Mar 2016 22:46:54 +0000 (09:46 +1100)
* baseboards/iq2000-sim.exp: Likewise.
* baseboards/moxie-sim.exp: Likewise.

ChangeLog
baseboards/README
baseboards/iq2000-sim.exp
baseboards/moxie-sim.exp

index ad2ad3c..8ddc47c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2016-03-23  Ben Elliston  <bje@gnu.org>
 
+       * baseboards/README: Remove mention of devo.
+       * baseboards/iq2000-sim.exp: Likewise.
+       * baseboards/moxie-sim.exp: Likewise.
+
+2016-03-23  Ben Elliston  <bje@gnu.org>
+
        * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
        * Makefile.in: Regenerate.
        * baseboards/arm-ice.exp: Reinstate.
index 590bc43..8a4da9e 100644 (file)
@@ -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,
index 986f38f..293c1cc 100644 (file)
@@ -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.
index 985b0e1..8a9a0ea 100644 (file)
@@ -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.