On 10/13/2016 10:33 AM, Chin Liang See wrote: > Add board folder directory
> for Stratix 10 SoC development kit > > Signed-off-by: Chin Liang See <cl...@altera.com> > Cc: Marek Vasut <ma...@denx.de> > Cc: Dinh Nguyen <dingu...@opensource.altera.com> > Cc: Ley Foon Tan <lf...@altera.com> > Cc: Tien Fong Chee <tfc...@altera.com> > --- > board/altera/stratix10-socdk/MAINTAINERS | 7 +++++++ > board/altera/stratix10-socdk/Makefile | 7 +++++++ > board/altera/stratix10-socdk/socfpga.c | 7 +++++++ > 3 files changed, 21 insertions(+) > create mode 100644 board/altera/stratix10-socdk/MAINTAINERS > create mode 100644 board/altera/stratix10-socdk/Makefile > create mode 100644 board/altera/stratix10-socdk/socfpga.c > > diff --git a/board/altera/stratix10-socdk/MAINTAINERS > b/board/altera/stratix10-socdk/MAINTAINERS > new file mode 100644 > index 0000000..596933c > --- /dev/null > +++ b/board/altera/stratix10-socdk/MAINTAINERS > @@ -0,0 +1,7 @@ > +SOCFPGA BOARD > +M: Chin-Liang See <cl...@altera.com> > +M: Dinh Nguyen <dingu...@opensource.altera.com> > +S: Maintained > +F: board/altera/stratix10-socdk/ > +F: include/configs/socfpga_stratix10_socdk.h > +F: configs/socfpga_stratix10_defconfig > diff --git a/board/altera/stratix10-socdk/Makefile > b/board/altera/stratix10-socdk/Makefile > new file mode 100644 > index 0000000..a0c8024 > --- /dev/null > +++ b/board/altera/stratix10-socdk/Makefile > @@ -0,0 +1,7 @@ > +# > +# Copyright (C) 2016, Intel Corporation > +# > +# SPDX-License-Identifier: GPL-2.0 > +# > + > +obj-y := socfpga.o > diff --git a/board/altera/stratix10-socdk/socfpga.c > b/board/altera/stratix10-socdk/socfpga.c > new file mode 100644 > index 0000000..6778c04 > --- /dev/null > +++ b/board/altera/stratix10-socdk/socfpga.c > @@ -0,0 +1,7 @@ > +/* > + * Copyright (C) 2016, Intel Corporation > + * > + * SPDX-License-Identifier: GPL-2.0 > + */ > + > +#include <common.h> > Is this even needed or do we still need an empty file ? -- Best regards, Marek Vasut _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot