forked from Imagelibrary/rtems
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/bspgetworkarea.c: Formatting.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
* shared/bspgetworkarea.c: Formatting.
|
||||||
|
|
||||||
2010-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2010-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* shared/startup/linkcmds.base: New file.
|
* shared/startup/linkcmds.base: New file.
|
||||||
|
|||||||
@@ -37,10 +37,10 @@ void bsp_get_work_area(
|
|||||||
/* must be identical to STACK_SIZE in start.S */
|
/* must be identical to STACK_SIZE in start.S */
|
||||||
#define STACK_SIZE (16 * 1024)
|
#define STACK_SIZE (16 * 1024)
|
||||||
|
|
||||||
*work_area_start = &end;
|
*work_area_start = &end;
|
||||||
*work_area_size = (void *)rdb_start - (void *)&end - STACK_SIZE;
|
*work_area_size = (void *)rdb_start - (void *)&end - STACK_SIZE;
|
||||||
*heap_start = BSP_BOOTCARD_HEAP_USES_WORK_AREA;
|
*heap_start = BSP_BOOTCARD_HEAP_USES_WORK_AREA;
|
||||||
*heap_size = BSP_BOOTCARD_HEAP_SIZE_DEFAULT;
|
*heap_size = BSP_BOOTCARD_HEAP_SIZE_DEFAULT;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The following may be helpful in debugging what goes wrong when
|
* The following may be helpful in debugging what goes wrong when
|
||||||
|
|||||||
Reference in New Issue
Block a user