Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752010AbdHGVgM (ORCPT ); Mon, 7 Aug 2017 17:36:12 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:45084 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751589AbdHGVgK (ORCPT ); Mon, 7 Aug 2017 17:36:10 -0400 Date: Mon, 7 Aug 2017 23:36:03 +0200 From: Ralf Baechle To: Paul Burton Cc: Nathan Sullivan , 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: <20170807213603.GE3509@linux-mips.org> References: <1500402549-12090-1-git-send-email-nathan.sullivan@ni.com> <20170807152648.GA13214@linux-mips.org> <11583742.zienCqJRO5@np-p-burton> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11583742.zienCqJRO5@np-p-burton> 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: 402 Lines: 12 On Mon, Aug 07, 2017 at 10:24:05AM -0700, Paul Burton wrote: > One possibility would be for us to split the board portions of vmlinux.its.S > out into a file per-board, perhaps board-boston.its.S, board-ni169445.its.S > etc. The build process would then have to concatenate the right files to > generate the full image tree source. > > Does that sound good to you? Yes, that sounds good. Ralf