summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/start-reset.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-06 20:58:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-09 11:42:18 +0200
commitf680f893b43e45180ef1dc58c585fb0d8c0be398 (patch)
tree2d20eb543ea7f51aaf72d6b39a96db92e7f919b0 /arch/arm/cpu/start-reset.c
parent0223c3a149edb78afcd08c4290c224c65e0c617e (diff)
downloadbarebox-f680f893b43e45180ef1dc58c585fb0d8c0be398.tar.gz
barebox-f680f893b43e45180ef1dc58c585fb0d8c0be398.tar.xz
ARM lowlevel: Update function documentation
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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)
{