From e9c847c363a1e0b7d964af7a0a46744a22a0a2ce Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin Date: Mon, 14 Nov 2016 16:07:10 +0100 Subject: socfpga: add support for Terasic DE1-SoC board Add CycloneV based Terasic DE1-SoC board. The board boots from SD/MMC. Ethernet and USB host is supported. Signed-off-by: Anatolij Gustschin Cc: Marek Vasut --- board/terasic/de1-soc/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 board/terasic/de1-soc/Makefile (limited to 'board/terasic/de1-soc/Makefile') diff --git a/board/terasic/de1-soc/Makefile b/board/terasic/de1-soc/Makefile new file mode 100644 index 0000000..86f9b78 --- /dev/null +++ b/board/terasic/de1-soc/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2001-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# (C) Copyright 2010, Thomas Chou +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := socfpga.o -- cgit v1.1