summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-08 23:35:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-08 23:35:05 +0000
commit16e28f7ebf9e09fdf60dad0219cfc9c33f0276a2 (patch)
tree369a5369bf9bd105325252c02e19f5a3fa07ecad
parent2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se> (diff)
downloadrtems-16e28f7ebf9e09fdf60dad0219cfc9c33f0276a2.tar.bz2
2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
This modification is part of the submitted modifications necessary to support the IBM PPC405 family. This submission was reviewed by Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did not negatively impact the ppc403 BSPs. The submission and tracking process was captured as PR50. * acinclude.m4: Added gen405 BSP. * ChangeLog: Removed bogus comment on edit of generated file.
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 2f36c8981b..326471feb4 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -5,7 +5,8 @@
Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
not negatively impact the ppc403 BSPs. The submission and tracking
process was captured as PR50.
- * aclocal.m4: Added gen405 BSP.
+ * acinclude.m4: Added gen405 BSP.
+ * ChangeLog: Removed bogus comment on edit of generated file.
2001-10-22 Joel Sherrill <joel@OARcorp.com>