Changeset d2b877ad in rtems for c/src


Ignore:
Timestamp:
05/18/11 16:09:37 (13 years ago)
Author:
Till Straumann <strauman@…>
Branches:
4.11, 5, master
Children:
a331ef73
Parents:
a2680da0
Message:

2011-05-18 Till Straumann <strauman@…>

PR1797/bsps

  • shared/bootcard.c: Fixed a typo (in code, not comment) which I introduced with the last change.
Location:
c/src/lib/libbsp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/ChangeLog

    ra2680da0 rd2b877ad  
     12011-05-18      Till Straumann <strauman@slac.stanford.edu>
     2
     3        PR1797/bsps
     4        * shared/bootcard.c: Fixed a typo (in code, not comment) which
     5        I introduced with the last change.
     6
    172011-05-17      Till Straumann <strauman@slac.stanford.edu>
    28
  • c/src/lib/libbsp/shared/bootcard.c

    ra2680da0 rd2b877ad  
    8585{
    8686  if ( heap_start == BSP_BOOTCARD_HEAP_USES_WORK_AREA ) {
    87     if ( rtems_unified_work_area ) {
     87    if ( ! rtems_unified_work_area ) {
    8888      uintptr_t work_space_size = rtems_configuration_get_work_space_size();
    8989
Note: See TracChangeset for help on using the changeset viewer.