summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/samv7/sam_start.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/samv7/sam_start.h')
-rw-r--r--nuttx/arch/arm/src/samv7/sam_start.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/samv7/sam_start.h b/nuttx/arch/arm/src/samv7/sam_start.h
index b25d2ce9d..ac0a9739d 100644
--- a/nuttx/arch/arm/src/samv7/sam_start.h
+++ b/nuttx/arch/arm/src/samv7/sam_start.h
@@ -109,8 +109,9 @@ void sam_lowsetup(void);
*
* Description:
* All SAMV7 architectures must provide the following entry point. This entry
- * point is called early in the initialization -- after all memory has been
- * configured and mapped but before any devices have been initialized.
+ * point is called early in the initialization -- after clocking and memory have
+ * been configured but before caches have been enabled and before any devices have
+ * been initialized.
*
************************************************************************************/