From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 00CD42770C; Sat, 11 Jan 2025 14:20:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736605214; cv=none; b=RZqqbGNAyI3wE++5fx5Deg9XbytRLeziZd8TM1x2VAC/YKjO7F7NAxDDH1BYXny6ji64yuA2eJxNU0zR8qSJaxHZTZ5mPGiNw5bQp39b2O19bx0GgmeQc390vzQjcYDnC0lZXLr29l2i60XIJyregyI30t5fJHZuaEKQMSD3Mgw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736605214; c=relaxed/simple; bh=w7yexyLRd1FLXd94DFmYlZxC0e2unhO1Dq/ERUzYCgM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KQrx2NW0RQHpHKq5M19mglKBiRbqkD8BkN/k43u4dSLjXnTXFQjIVZ8j8YLYuovBYi35seirIt1CvoRCOnMciVAJfJRvgsPIk2yIZeamwovrUHqzbgvScqFOOv25lyDoVTxEBQteGAxsYErpEBMFpal6GZpMOd0FnP5Jn6Xmel8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1tWcLH-00075Y-00; Sat, 11 Jan 2025 15:19:59 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id E0F44C06A4; Sat, 11 Jan 2025 14:17:14 +0100 (CET) Date: Sat, 11 Jan 2025 14:17:14 +0100 From: Thomas Bogendoerfer To: Masahiro Yamada Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Alexandre Belloni , Conor Dooley , Krzysztof Kozlowski , Paul Cercueil , Rob Herring , UNGLinuxDriver@microchip.com, devicetree@vger.kernel.org Subject: Re: [PATCH] MIPS: migrate to generic rule for built-in DTBs Message-ID: References: <20241222000416.2577633-1-masahiroy@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241222000416.2577633-1-masahiroy@kernel.org> On Sun, Dec 22, 2024 at 09:04:13AM +0900, Masahiro Yamada wrote: > Commit 654102df2ac2 ("kbuild: add generic support for built-in boot > DTBs") introduced generic support for built-in DTBs. > > Select GENERIC_BUILTIN_DTB and BUILTIN_DTB_ALL when the built-in DTB > support is enabled. > > DTBs compiled under arch/mips/boot/dts/ will be wrapped by the generic > rule in scripts/Makefile.vmlinux. > > Signed-off-by: Masahiro Yamada > --- > > arch/mips/Kconfig | 2 ++ > arch/mips/Makefile | 3 --- > arch/mips/boot/dts/Makefile | 2 -- > arch/mips/boot/dts/brcm/Makefile | 2 -- > arch/mips/boot/dts/cavium-octeon/Makefile | 2 -- > arch/mips/boot/dts/ingenic/Makefile | 2 -- > arch/mips/boot/dts/lantiq/Makefile | 2 -- > arch/mips/boot/dts/loongson/Makefile | 2 -- > arch/mips/boot/dts/mscc/Makefile | 3 --- > arch/mips/boot/dts/mti/Makefile | 2 -- > arch/mips/boot/dts/pic32/Makefile | 2 -- > arch/mips/boot/dts/ralink/Makefile | 2 -- > 12 files changed, 2 insertions(+), 24 deletions(-) applied to mips-next. Thomas, -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]