summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-03-30 12:37:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-01 14:06:48 +0200
commitafcf169d8276f31ca5e231b0ba31e0e3cd3f1c1a (patch)
tree200a4e60b2608bcf07590bb06e879d8b6d7d20be /arch
parentbf1e795d14d7963d387eccd5ccabe98bbfb9684d (diff)
downloadbarebox-afcf169d8276f31ca5e231b0ba31e0e3cd3f1c1a.tar.gz
barebox-afcf169d8276f31ca5e231b0ba31e0e3cd3f1c1a.tar.xz
ARM: i.MX: xload-esdhc: Add GPL header
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/xload-esdhc.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/xload-esdhc.c b/arch/arm/mach-imx/xload-esdhc.c
index 6479ce0153..325e2e8a09 100644
--- a/arch/arm/mach-imx/xload-esdhc.c
+++ b/arch/arm/mach-imx/xload-esdhc.c
@@ -1,3 +1,14 @@
+/*
+ * 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; version 2.
+ *
+ * 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.
+ */
+
#define pr_fmt(fmt) "xload-esdhc: " fmt
#include <common.h>