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

* include/bsp.h: Remove unused BSP_INIT_STACK_SIZE.
This commit is contained in:
Joel Sherrill
2008-09-19 21:29:48 +00:00
parent c47e486d51
commit c37210b1bf
2 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unused BSP_INIT_STACK_SIZE.
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, include/bsp.h, startup/bspstart.c, startup/linkcmds: Use

View File

@@ -61,11 +61,6 @@ extern int RAM_END;
extern uint32_t BSP_mem_size;
/*
* system init stack
*/
#define BSP_INIT_STACK_SIZE 0x1000
#define BSP_Convert_decrementer( _value ) ( (unsigned long long) _value )
/* macros */