diff options
author | Marek Vasut <marex@denx.de> | 2019-06-27 00:19:31 +0200 |
---|---|---|
committer | marex <marex@chi.lan> | 2019-10-09 22:54:17 +0200 |
commit | 94a16b8e70ba8102d8abb0c9bc64b11e19d4bd55 (patch) | |
tree | f1b77712bda498d6d75907d9bfd1b6dac4df1914 /board/softing/vining_fpga/Makefile | |
parent | 548aefa5b9e5c31681e0a8bd78e96b66eedd1137 (diff) |
ARM: socfpga: vining_fpga: Rename VINING|FPGA
The company Samtec was merged into Softing, migrate the board over to
the new name and update copyright headers.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Silvio Fricke <silvio.fricke@softing.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'board/softing/vining_fpga/Makefile')
-rw-r--r-- | board/softing/vining_fpga/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/softing/vining_fpga/Makefile b/board/softing/vining_fpga/Makefile new file mode 100644 index 0000000000..e1c8a6b3c7 --- /dev/null +++ b/board/softing/vining_fpga/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2001-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw> + +obj-y := socfpga.o |