summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bootcard.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 22:09:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 22:09:27 +0000
commit4c3d3cdbfd66675d9337cb902ab96dba8f89b910 (patch)
tree63e97c0cb502a8d3fc19a98014c78793a3f7455d /c/src/lib/libbsp/shared/bootcard.c
parent2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4c3d3cdbfd66675d9337cb902ab96dba8f89b910.tar.bz2
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* bootcard.c: Add comment.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index 287fddc593..339dba4acf 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -129,6 +129,13 @@ int boot_card(int argc, char **argv, char **envp)
rtems_initialize_executive_late( bsp_isr_level );
+ /***************************************************************
+ ***************************************************************
+ * APPLICATION RUNS HERE!!! When it shuts down, we return!!! *
+ ***************************************************************
+ ***************************************************************
+ */
+
/*
* Perform any BSP specific shutdown actions.
*/