From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weijie Gao Date: Mon, 18 Jan 2021 15:54:18 +0800 Subject: [PATCH v4 01/23] mips: dts: switch to board defines for dtb for mtmips In-Reply-To: References: Message-ID: <1610956458.28105.18.camel@mcddlt001> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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? Regards