summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/micropendous3/src/up_boot.c')
-rw-r--r--nuttx/configs/micropendous3/src/up_boot.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/nuttx/configs/micropendous3/src/up_boot.c b/nuttx/configs/micropendous3/src/up_boot.c
index 912440c19..9a9e80f32 100644
--- a/nuttx/configs/micropendous3/src/up_boot.c
+++ b/nuttx/configs/micropendous3/src/up_boot.c
@@ -1,8 +1,7 @@
/************************************************************************************
* configs/micropendous3/src/up_boot.c
- * arch/mips/src/board/up_boot.c
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -51,7 +50,7 @@
#include "micropendous3_internal.h"
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/************************************************************************************
@@ -63,16 +62,16 @@
************************************************************************************/
/************************************************************************************
- * Name: up_boardinitialize
+ * Name: at90usb_boardinitialize
*
* Description:
* All AT90USB architectures must provide the following entry point. This entry
- * point is called early in the intitialization -- after all memory has been
+ * point is called early in the initialization -- after all memory has been
* configured and mapped but before any devices have been initialized.
*
************************************************************************************/
-void up_boardinitialize(void)
+void at90usb_boardinitialize(void)
{
/* Configure SSP chip selects if 1) at least one SSP is enabled, and 2) the weak
* function at90usb_spiinitialize() has been brought into the link.