From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Mon, 18 Jan 2021 22:43:22 +0100 Subject: [PATCH v4 01/23] mips: dts: switch to board defines for dtb for mtmips In-Reply-To: <1610956458.28105.18.camel@mcddlt001> References: <1610956458.28105.18.camel@mcddlt001> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Montag, den 18.01.2021, 15:54 +0800 schrieb Weijie Gao: > On Fri, 2020-11-27 at 21:19 +0100, Daniel Schwierzeck wrote: > > Am Donnerstag, den 12.11.2020, 16:35 +0800 schrieb Weijie Gao: > > > Previous the dts files for gardena-smart-gateway-mt7688 and > > > linkit-smart-7688 are set to be built when mtmips is selected. > > > > > > This can lead to a compilation error if another soc is added to this arch > > > with different dtsi files. > > > > > > So it's better to build the dtb only if their board is selected. > > > > > > Reviewed-by: Stefan Roese > > > Signed-off-by: Weijie Gao > > > --- > > > v4 changes: none > > > v3 changes: none > > > v2 changes: none > > > --- > > > arch/mips/dts/Makefile | 5 ++--- > > > 1 file changed, 2 insertions(+), 3 deletions(-) > > > > > > > > > > series applied to u-boot-mips/next, thanks. > > > > Hi Daniel, > > Gentle ping > > I'm just curious when can the patch series be merged into u-boot/master? > Hi Weijie, thanks for the reminder, I missed the opening of the merge window ;) I rebased the MIPS next branch and triggered all CI builds. If all is ok, I'll prepare a pull request. -- - Daniel