summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--aclocal/check-bsps.m44
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 07b352287e..7e63ea8b7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ PR 1324/bsps
+ * aclocal/check-bsps.m4: Revert Joel's icecube patch.
+
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* MAINTAINERS: Remove myself from avr.
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 00bc314cb1..1234ad30fe 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -27,9 +27,9 @@ AC_MSG_CHECKING([for available BSPs])
bsps="$bsps mbx860_002"
bsps="$bsps mbx860_005b"
;;
- gen5200) bsps="pm520_cr825 pm520_ze30 brs5l";;
+ gen5200) bsps="pm520_cr825 pm520_ze30 brs5l icecube";;
mpc55xxevb) bsps="mpc5566evb";;
- gen83xx) bsps="mpc8349eamds hsc_cm01 mpc8313erdb icecube";;
+ gen83xx) bsps="mpc8349eamds hsc_cm01 mpc8313erdb";;
motorola_powerpc) bsps="mvme2307 mcp750 mtx603e mvme2100";;
pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";;
erc32) bsps="erc32 sis";;