summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bootcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bootcard.c')
-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.
*/