summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bootcard.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-09 14:59:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-09 14:59:00 +0000
commit9f59157783a6a50d0ce27efdd619954b27f61b51 (patch)
tree7c8c20ffe548ea7bb3a44eba53046443f627fa0c /c/src/lib/libbsp/shared/bootcard.c
parent2007-03-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9f59157783a6a50d0ce27efdd619954b27f61b51.tar.bz2
2007-03-09 Joel Sherrill <joel@OARcorp.com>
* bootcard.c: Change XXX to real comment.
Diffstat (limited to 'c/src/lib/libbsp/shared/bootcard.c')
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index d9edd7887e..4c00fa5d64 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -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();