summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s8962-ek/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s8962-ek/src/up_boot.c')
-rw-r--r--nuttx/configs/lm3s8962-ek/src/up_boot.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/configs/lm3s8962-ek/src/up_boot.c b/nuttx/configs/lm3s8962-ek/src/up_boot.c
index 8dc5b81cc..655aa6993 100644
--- a/nuttx/configs/lm3s8962-ek/src/up_boot.c
+++ b/nuttx/configs/lm3s8962-ek/src/up_boot.c
@@ -64,9 +64,10 @@
* Name: lm_boardinitialize
*
* Description:
- * All LM3S architectures must provide the following entry point. This entry point
- * is called early in the intitialization -- after all memory has been configured
- * and mapped but before any devices have been initialized.
+ * All Stellaris architectures must provide the following entry point. This entry
+ * point is called early in the intitialization -- after all memory has been
+ * configured and mapped but before any devices have been initialized.
+ *
************************************************************************************/
void lm_boardinitialize(void)