summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/src/up_boot.c')
-rw-r--r--nuttx/configs/lm3s6965-ek/src/up_boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/lm3s6965-ek/src/up_boot.c b/nuttx/configs/lm3s6965-ek/src/up_boot.c
index 175379f16..d2619b360 100644
--- a/nuttx/configs/lm3s6965-ek/src/up_boot.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_boot.c
@@ -1,8 +1,7 @@
/************************************************************************************
* configs/lm3s6965-ek/src/up_boot.c
- * arch/arm/src/board/up_boot.c
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -42,6 +41,7 @@
#include <debug.h>
+#include <nuttx/board.h>
#include <arch/board/board.h>
#include "up_arch.h"