mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -157,6 +157,5 @@ SECTIONS
|
||||
|
||||
__RamBase = _RamBase;
|
||||
__RamSize = _RamSize;
|
||||
__HeapBase = _HeapBase;
|
||||
__edata = _edata;
|
||||
__etext = _etext;
|
||||
|
||||
Reference in New Issue
Block a user