
18 Apr
2017
18 Apr
'17
5:32 p.m.
On 04/18/2017 05:11 PM, Dalon Westergreen wrote:
Add support for the Terasic DE10-Nano board. The board is based on the DE0-Nano-Soc board but adds a larger FPGA and an HDMI output.
Signed-off-by: Dalon Westergreen dwesterg@gmail.com
[...]
diff --git a/board/terasic/de10-nano/Makefile b/board/terasic/de10-nano/Makefile new file mode 100644 index 0000000..ab38f42 --- /dev/null +++ b/board/terasic/de10-nano/Makefile @@ -0,0 +1,9 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2017, Intel Corporation +# +# SPDX-License-Identifier: GPL-2.0+
The SPDX identifier is here twice (at least it's twice the same :)), drop one.
+obj-y := socfpga.o
Wasn't this patch submitted to the ML already once ? Anyway, looks OK expect for the nit.
--
Best regards,
Marek Vasut