From 468ba8d00b5af7828302e297736ae23d4873cfb0 Mon Sep 17 00:00:00 2001 From: Holger Brunck Date: Wed, 19 Feb 2020 19:55:14 +0100 Subject: ARM: socfpga: Add initial support for the ABB SECU board Add initial support for the ABB SECU board, which is an ArriaV-based SoCFPGA system with ethernet and booting from Denali NAND. Signed-off-by: Holger Brunck Cc: Ley Foon Tan Cc: Simon Goldschmidt --- board/keymile/secu1/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/keymile/secu1/Makefile (limited to 'board/keymile/secu1/Makefile') diff --git a/board/keymile/secu1/Makefile b/board/keymile/secu1/Makefile new file mode 100644 index 0000000000..4704d59e48 --- /dev/null +++ b/board/keymile/secu1/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2020 ABB +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := socfpga.o ../common/ivm.o -- cgit