summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/qemu-malta/config.h
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2011-08-05 14:58:37 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-05 18:20:17 +0200
commitb12f817f4720ecd8376ecfe71774ee90e7de20a3 (patch)
treef2f76937cc1531760a438c602b990c6ba4060aee /arch/mips/boards/qemu-malta/config.h
parentde754b69e478703af5e1d0b2336fe148030f602b (diff)
downloadbarebox-b12f817f4720ecd8376ecfe71774ee90e7de20a3.tar.gz
barebox-b12f817f4720ecd8376ecfe71774ee90e7de20a3.tar.xz
MIPS: add qemu malta board support to barebox
The only supported peripheral is ns16550 serial port. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/boards/qemu-malta/config.h')
-rw-r--r--arch/mips/boards/qemu-malta/config.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/mips/boards/qemu-malta/config.h b/arch/mips/boards/qemu-malta/config.h
new file mode 100644
index 0000000000..eb4ab083c3
--- /dev/null
+++ b/arch/mips/boards/qemu-malta/config.h
@@ -0,0 +1,19 @@
+/*
+ * 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
+ *
+ */
+
+/* nothing special yet */