Changeset c818a7f in rtems
- Timestamp:
- Sep 16, 2008, 7:01:26 PM (11 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- 71c00c56
- Parents:
- c0e00eb7
- Location:
- c/src/lib/libbsp/bfin/bf537Stamp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/bfin/bf537Stamp/ChangeLog
rc0e00eb7 rc818a7f 1 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * startup/bspstart.c: Remove unnecessary includes of 4 rtems/libcsupport.h and rtems/libio.h. 5 * startup/linkcmds: Remove unused _HeapBase. 6 1 7 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com> 2 8 -
c/src/lib/libbsp/bfin/bf537Stamp/startup/bspstart.c
rc0e00eb7 rc818a7f 18 18 19 19 20 #include <string.h> 21 22 #include <rtems/libio.h> 23 #include <rtems/libcsupport.h> 20 #include <bsp.h> 24 21 #include <libcpu/bf537.h> 25 22 #include <libcpu/gpioRegs.h> 26 23 #include <libcpu/mmu.h> 27 24 #include <libcpu/interrupt.h> 28 #include <bsp.h>29 25 30 26 … … 33 29 }; 34 30 #endif 35 36 void bsp_libc_init(void *, uint32_t, int);37 31 38 32 void Init_RTC(void); -
c/src/lib/libbsp/bfin/bf537Stamp/startup/linkcmds
rc0e00eb7 rc818a7f 158 158 __RamBase = _RamBase; 159 159 __RamSize = _RamSize; 160 __HeapBase = _HeapBase;161 160 __edata = _edata; 162 161 __etext = _etext;
Note: See TracChangeset
for help on using the changeset viewer.