Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751919AbdHGP05 (ORCPT ); Mon, 7 Aug 2017 11:26:57 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:35292 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751560AbdHGP04 (ORCPT ); Mon, 7 Aug 2017 11:26:56 -0400 Date: Mon, 7 Aug 2017 17:26:48 +0200 From: Ralf Baechle To: Nathan Sullivan , Paul Burton Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6] MIPS: NI 169445 board support Message-ID: <20170807152648.GA13214@linux-mips.org> References: <1500402549-12090-1-git-send-email-nathan.sullivan@ni.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500402549-12090-1-git-send-email-nathan.sullivan@ni.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 959 Lines: 40 On Tue, Jul 18, 2017 at 01:29:09PM -0500, Nathan Sullivan wrote: > Support the National Instruments 169445 board. Thanks, applied with minor changes: > --- a/arch/mips/boot/dts/Makefile > +++ b/arch/mips/boot/dts/Makefile > @@ -4,6 +4,7 @@ dts-dirs += img > dts-dirs += ingenic > dts-dirs += lantiq > dts-dirs += mti > +dts-dirs += ni > dts-dirs += netlogic > dts-dirs += pic32 > dts-dirs += qca Keep things in alphabetical order, so ni should go after netlogic. > diff --git a/arch/mips/generic/vmlinux.its.S b/arch/mips/generic/vmlinux.its.S > index f67fbf1..de851f7 100644 > --- a/arch/mips/generic/vmlinux.its.S > +++ b/arch/mips/generic/vmlinux.its.S > @@ -29,3 +29,28 @@ > }; > }; > }; > + > +#ifdef CONFIG_FIT_IMAGE_FDT_NI169445 > +/ { > + images { [...] > + }; > +}; > +#endif There's been a reject on this file because of a Boston #ifdefed section. I've fixed that up but we need a cleaner solution. Paul, any suggestions? Ralf