From cc5eaa6cb9e03f939e2d98056ea62bc60c73d7ab Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 10 Dec 2009 19:14:45 +0000 Subject: 2009-12-10 Joel Sherrill * rtems_init.c: BSP_Configuration is obsolete. --- ChangeLog | 4 ++++ rtems_init.c | 5 ----- 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 + + * rtems_init.c: BSP_Configuration is obsolete. + 2009-12-01 Joel Sherrill * 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 /* -- cgit v1.2.3