summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/start-reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/start-reset.c')
-rw-r--r--arch/arm/cpu/start-reset.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/cpu/start-reset.c b/arch/arm/cpu/start-reset.c
index e0df676274..fcfdce6bff 100644
--- a/arch/arm/cpu/start-reset.c
+++ b/arch/arm/cpu/start-reset.c
@@ -29,6 +29,9 @@
/*
* The actual reset vector. This code is position independent and usually
* does not run at the address it's linked at.
+ *
+ * This is either executed in the pbl image (if enabled) or in the regular
+ * image.
*/
void __naked __bare_init reset(void)
{