summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-17 17:56:13 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-17 17:56:13 +0200
commit60f8ee6f3f220383c2bc29ee0316530666c43769 (patch)
tree0458cf1b54f807fec2d055388a1cc74070326893 /arch/arm
parent438873e7699dbef8b67c3f3be8a277a12607c6f5 (diff)
downloadbarebox-60f8ee6f3f220383c2bc29ee0316530666c43769.tar.gz
barebox-60f8ee6f3f220383c2bc29ee0316530666c43769.tar.xz
adding GPL header
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-imx/speed-imx27.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/speed-imx27.c b/arch/arm/mach-imx/speed-imx27.c
index 488ac9949a..66191fa425 100644
--- a/arch/arm/mach-imx/speed-imx27.c
+++ b/arch/arm/mach-imx/speed-imx27.c
@@ -1,3 +1,20 @@
+/*
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ */
+
#include <common.h>
#include <asm/arch/imx-regs.h>
#include <asm/arch/clock.h>