2007-03-09 Joel Sherrill <joel@OARcorp.com>

* bootcard.c: Change XXX to real comment.
This commit is contained in:
Joel Sherrill
2007-03-09 14:59:00 +00:00
parent d4b29afe5c
commit 9f59157783
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-03-09 Joel Sherrill <joel@OARcorp.com>
* bootcard.c: Change XXX to real comment.
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* vmeUniverse/vmeUniverse.c: Use size_t for sizes.

View File

@@ -114,7 +114,7 @@ int boot_card(int argc, char **argv, char **envp)
#endif
/*
* XXX
* Invoke Board Support Package initialization routine written in C.
*/
bsp_start();