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:
Till Straumann
2011-05-18 16:08:56 +00:00
parent c9ea876523
commit d1e85c41ea
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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;