summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/karo-tx53/config.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-08-06 16:15:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-16 10:54:14 +0200
commitae50b6287acc374aa46f5262488585547a5e22b5 (patch)
treeb3fb76c4fbf48f55ff2e3c4a3816f25a5e98c246 /arch/arm/boards/karo-tx53/config.h
parent526a745f688d6c989f28e73a9ffc0372c1279e45 (diff)
downloadbarebox-ae50b6287acc374aa46f5262488585547a5e22b5.tar.gz
barebox-ae50b6287acc374aa46f5262488585547a5e22b5.tar.xz
ARM i.MX: Add Ka-Ro TX53 board support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/karo-tx53/config.h')
-rw-r--r--arch/arm/boards/karo-tx53/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boards/karo-tx53/config.h b/arch/arm/boards/karo-tx53/config.h
new file mode 100644
index 0000000000..b7effe5d28
--- /dev/null
+++ b/arch/arm/boards/karo-tx53/config.h
@@ -0,0 +1,24 @@
+/**
+ * @file
+ * @brief Global defintions for the ARM i.MX51 based babbage board
+ *
+ * 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
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#endif /* __CONFIG_H */