summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
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>