summaryrefslogtreecommitdiff
path: root/board/is1/socfpga.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@denx.de>2016-06-07 12:37:23 +0200
committerMarek Vasut <marex@denx.de>2016-06-08 02:56:30 +0200
commit35546f6f2014282cc4f9772324b5588bd44a2938 (patch)
treeda2ba91b375aacfdd9cf6c929ef809fca48cd218 /board/is1/socfpga.c
parentb104b3dc1dd90cdbf67ccf3c51b06e4f1592fe91 (diff)
ARM: socfpga: add support for IS1 board
This adds support for IS1 board. Pretty usual socfpga board, 256MB of RAM, does not have MMC, two SPI chips, one ethernet port, two additional ethernet ports connected to the FPGA. Signed-off-by: Pavel Machek <pavel@denx.de>
Diffstat (limited to 'board/is1/socfpga.c')
-rw-r--r--board/is1/socfpga.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/is1/socfpga.c b/board/is1/socfpga.c
new file mode 100644
index 0000000000..2a543bf7ba
--- /dev/null
+++ b/board/is1/socfpga.c
@@ -0,0 +1,4 @@
+/*
+ * Currently nothing special is needed on this board, empty file to
+ * make build scripts happy
+ */