From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dalon Westergreen Date: Tue, 18 Apr 2017 10:15:28 -0700 Subject: [U-Boot] [PATCH] arm: socfpga: add cyclone5 based de10-nano board In-Reply-To: References: <1492528276-20713-1-git-send-email-dwesterg@gmail.com> Message-ID: <1492535728.4431.33.camel@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Tue, 2017-04-18 at 17:32 +0200, Marek Vasut wrote: > 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 > > [...] > > > > > 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. > I believe it was dropped from a patch set including a bunch of boards with the suggestion it should be a separate patch.  I am just getting back to it. --dalon