summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam3u-ek')
-rw-r--r--nuttx/configs/sam3u-ek/include/board.h1
-rw-r--r--nuttx/configs/sam3u-ek/src/up_lcd.c1
-rw-r--r--nuttx/configs/sam3u-ek/src/up_leds.c1
-rw-r--r--nuttx/configs/sam3u-ek/src/up_touchscreen.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/configs/sam3u-ek/include/board.h b/nuttx/configs/sam3u-ek/include/board.h
index 213a6f4e4..b5e112479 100644
--- a/nuttx/configs/sam3u-ek/include/board.h
+++ b/nuttx/configs/sam3u-ek/include/board.h
@@ -1,6 +1,5 @@
/************************************************************************************
* configs/sam3u-ek/include/board.h
- * include/arch/board/board.h
*
* Copyright (C) 2009-2011, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sam3u-ek/src/up_lcd.c b/nuttx/configs/sam3u-ek/src/up_lcd.c
index 2190fb15e..ebeb35d91 100644
--- a/nuttx/configs/sam3u-ek/src/up_lcd.c
+++ b/nuttx/configs/sam3u-ek/src/up_lcd.c
@@ -1,6 +1,5 @@
/**************************************************************************************
* configs/sam3u-ek/src/up_lcd.c
- * arch/arm/src/board/up_lcd.c
*
* Copyright (C) 2010-2011, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sam3u-ek/src/up_leds.c b/nuttx/configs/sam3u-ek/src/up_leds.c
index 1c6c4aeb7..3a6d09a48 100644
--- a/nuttx/configs/sam3u-ek/src/up_leds.c
+++ b/nuttx/configs/sam3u-ek/src/up_leds.c
@@ -1,6 +1,5 @@
/****************************************************************************
* configs/sam3u-ek/src/up_leds.c
- * arch/arm/src/board/up_leds.c
*
* Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/configs/sam3u-ek/src/up_touchscreen.c b/nuttx/configs/sam3u-ek/src/up_touchscreen.c
index 71b12f571..251d9b624 100644
--- a/nuttx/configs/sam3u-ek/src/up_touchscreen.c
+++ b/nuttx/configs/sam3u-ek/src/up_touchscreen.c
@@ -1,6 +1,5 @@
/************************************************************************************
* configs/sam3u-ek/src/up_touchscreen.c
- * arch/arm/src/board/up_touchscreen.c
*
* Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>