2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/bspstart.c: Remove unnecessary includes of
	rtems/libcsupport.h and rtems/libio.h.
	* startup/linkcmds: Remove unused _HeapBase.
This commit is contained in:
Joel Sherrill
2008-09-16 19:01:26 +00:00
parent c0e00eb722
commit c818a7fac7
3 changed files with 7 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
* startup/linkcmds: Remove unused _HeapBase.
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:

View File

@@ -17,15 +17,11 @@
*/
#include <string.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <bsp.h>
#include <libcpu/bf537.h>
#include <libcpu/gpioRegs.h>
#include <libcpu/mmu.h>
#include <libcpu/interrupt.h>
#include <bsp.h>
#if 0
@@ -33,8 +29,6 @@ static bfin_mmu_region_t mmuRegions[] = {
};
#endif
void bsp_libc_init(void *, uint32_t, int);
void Init_RTC(void);
static void initPLL(void);

View File

@@ -157,6 +157,5 @@ SECTIONS
__RamBase = _RamBase;
__RamSize = _RamSize;
__HeapBase = _HeapBase;
__edata = _edata;
__etext = _etext;