summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 19:14:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 19:14:45 +0000
commitcc5eaa6cb9e03f939e2d98056ea62bc60c73d7ab (patch)
treebe56451605483f980dc1f69206d3dc2eced2855a
parent14ba4795849bc12b7a8867eef925d6b7349512a1 (diff)
2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems_init.c: BSP_Configuration is obsolete.
-rw-r--r--ChangeLog4
-rw-r--r--rtems_init.c5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b2e34b..b857f6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * rtems_init.c: BSP_Configuration is obsolete.
+
2009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared: Adjust for removal of RTEMS_BSP_FAMILY.
diff --git a/rtems_init.c b/rtems_init.c
index f87c4ed..288ec7c 100644
--- a/rtems_init.c
+++ b/rtems_init.c
@@ -27,9 +27,6 @@
#include "FilesystemImage.h"
#endif
-
-extern rtems_configuration_table BSP_Configuration;
-
/*
* Using GNAT's Distributed Systems Annex support requires
* each node in the system to have different pid's. In a
@@ -124,8 +121,6 @@ void parse_arguments(
}
#endif
}
-
-
#endif
/*