summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-15 20:22:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-15 20:22:01 +0000
commit4f35ea9b2bdcf9993de952d99f905e700d09dd8a (patch)
tree496aa28b8b0a028a3951bd6ca56e67fc3dbbae29
parent2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4f35ea9b2bdcf9993de952d99f905e700d09dd8a.tar.bz2
2007-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* README.configure, aclocal/check-bsps.m4: Remove references to mbx860_1b since it is just an alternate name for the mbx860_001b.
-rw-r--r--ChangeLog5
-rw-r--r--README.configure2
-rw-r--r--aclocal/check-bsps.m41
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 73a93de5ff..3dd44103e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * README.configure, aclocal/check-bsps.m4: Remove references to
+ mbx860_1b since it is just an alternate name for the mbx860_001b.
+
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
diff --git a/README.configure b/README.configure
index b35fac0b52..878a7b4482 100644
--- a/README.configure
+++ b/README.configure
@@ -201,7 +201,7 @@ mips : csb350 genmongoosev hurricane jmr3904 rbtx4925 rbtx4938
powerpc : psim score603e mcp750 mvme2100 mvme2307 mpc8260ads ss555
mvme5500 ep1a pm520_cr825 pm520_ze30 gen405 helas403
- mbx821_001 mbx821_002 mbx821_002b mbx860_1b mbx860_001b
+ mbx821_001 mbx821_002 mbx821_002b mbx860_001b
mbx860_002 mbx860_005b mtx603e brs5l gen5200
NOTE: The "motorola_powerpc" BSP is a single BSP which
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 866874766c..3a8de4303f 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -22,7 +22,6 @@ AC_MSG_CHECKING([for available BSPs])
mvme162) bsps="mvme162 mvme162lx";;
mbx8xx) bsps="mbx821_001 mbx860_001b"
bsps="$bsps mbx821_002 mbx821_002b"
- bsps="$bsps mbx860_1b"
bsps="$bsps mbx860_002"
bsps="$bsps mbx860_005b"
;;