mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-05 15:15:48 +00:00
2011-05-18 Till Straumann <strauman@slac.stanford.edu>
PR1797/bsps * shared/bootcard.c: Fixed a typo (in code, not comment) which I introduced with the last change.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2011-05-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1797/bsps
|
||||
* shared/bootcard.c: Fixed a typo (in code, not comment) which
|
||||
I introduced with the last change.
|
||||
|
||||
2011-05-17 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR1797/bsps
|
||||
|
||||
@@ -84,7 +84,7 @@ static void bootcard_bsp_libc_helper(
|
||||
)
|
||||
{
|
||||
if ( heap_start == BSP_BOOTCARD_HEAP_USES_WORK_AREA ) {
|
||||
if ( rtems_unified_work_area ) {
|
||||
if ( ! rtems_unified_work_area ) {
|
||||
uintptr_t work_space_size = rtems_configuration_get_work_space_size();
|
||||
|
||||
heap_start = (char *) work_area_start + work_space_size;
|
||||
|
||||
Reference in New Issue
Block a user