summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-07-31 13:07:03 +0200
committerJuergen Beisert <j.beisert@pengutronix.de>2009-07-31 13:24:43 +0200
commitb8b205c72b4ed7e7a195a819b431157686a6eef5 (patch)
tree05b788aaa7dda633a36db005b376a75253996783 /common
parent2d8669e8825154ac2ae4ff3b57cd84c552565e40 (diff)
downloadbarebox-b8b205c72b4ed7e7a195a819b431157686a6eef5.tar.gz
barebox-b8b205c72b4ed7e7a195a819b431157686a6eef5.tar.xz
Improve or fix various parameter documentation
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/startup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/startup.c b/common/startup.c
index f0448e6f2b..e40759d2c6 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -25,6 +25,10 @@
* MA 02111-1307 USA
*/
+/**
+ * @file
+ * @brief Main entry into the C part of U-Boot-v2
+ */
#include <common.h>
#include <init.h>
#include <command.h>