Changeset de237f4 in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
04/07/10 21:50:11 (14 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
98c5c02
Parents:
c187b50
Message:

2010-04-07 Joel Sherrill <joel.sherrill@…>

  • start/start.S: Verify boot_card() is passed a NULL.
Location:
c/src/lib/libbsp/sh/shsim
Files:
2 edited

Legend:

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

    rc187b50 rde237f4  
     12010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * start/start.S: Verify boot_card() is passed a NULL.
     4
    152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
    26
  • c/src/lib/libbsp/sh/shsim/start/start.S

    rc187b50 rde237f4  
    2121
    2222#include <rtems/asm.h>
    23 
    24 #warning Call to boot_card has changed and needs checking.
    25 #warning The call is "void boot_card(const char* cmdline);"
    26 #warning You need to pass a NULL.
    27 #warning Please check and remove these warnings.
    2823
    2924        BEGIN_CODE
Note: See TracChangeset for help on using the changeset viewer.