From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D46FDC54EBD for ; Mon, 9 Jan 2023 13:31:14 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D65AA8551C; Mon, 9 Jan 2023 14:30:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="Z8AUNX3g"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D0BBC810F9; Mon, 9 Jan 2023 09:56:39 +0100 (CET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 89DB8810F9 for ; Mon, 9 Jan 2023 09:56:36 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=luca.ceresoli@bootlin.com Received: from booty (unknown [77.244.183.192]) (Authenticated sender: luca.ceresoli@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 26A712000B; Mon, 9 Jan 2023 08:56:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1673254596; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s3hqh6EQ3b2WMp4vKCmcuPA7TjkP7m4NZGCUq1+K83w=; b=Z8AUNX3ghq1JPGnMfMquiXAjRL+UVsJGKFHMH5hrhNEwkQYK22cnADWkpO2+sRAnLC5Rip smvEyRAoy22jSbR0Q6vwnB5KxHgbVE+LgaFnAL2Z0kl9OtjwpW5xOiGTmVvPD/Ma/47HYB CJzwaKLvfYNXpFRCO/vxyL5G+iJMlpo9xNwcquZEr87kTqe86vxP9xEmWnh3nW213AcuCA PNUbW1g8X/kgeLiU8v3x+P1GI6dln3v+nC9Q/0gwF4Zi/NHZXvJ0OywSQ3IYZpZHTu2uHA WXR81rNFlzsLLmLNXbZVbOyEmKnHuAvBywlxtPXFKOEMNch6XW8G6t2cRgDdNA== Date: Mon, 9 Jan 2023 09:56:30 +0100 From: Luca Ceresoli To: Simon Glass , Tom Rini , Michal Simek Cc: U-Boot Mailing List , Roger Quadros , Alper Nebi Yasak , Peter Geis , Jerome Forissier , huang lin , Jeffy Chen , Kever Yang , Philipp Tomsich , Ivan Mikhaylov , Quentin Schulz , Philippe Reynes Subject: Re: [PATCH v9 14/14] treewide: Disable USE_SPL_FIT_GENERATOR by default Message-ID: <20230109095630.5e940a1a@booty> In-Reply-To: References: <20230107210721.478062-1-sjg@chromium.org> <20230107210721.478062-15-sjg@chromium.org> <20230108134132.GY3787616@bill-the-cat> <20230108160605.GB3787616@bill-the-cat> <20230108162438.GC3787616@bill-the-cat> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 09 Jan 2023 14:30:29 +0100 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hello Tom, Simon, Michal, On Sun, 8 Jan 2023 12:36:15 -0700 Simon Glass wrote: > Hi Tom, > > On Sun, 8 Jan 2023 at 09:24, Tom Rini wrote: > > > > On Sun, Jan 08, 2023 at 09:20:09AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Sun, 8 Jan 2023 at 09:06, Tom Rini wrote: > > > > > > > > On Sun, Jan 08, 2023 at 08:48:37AM -0700, Simon Glass wrote: > > > > > Hi Tom, > > > > > > > > > > On Sun, 8 Jan 2023 at 06:41, Tom Rini wrote: > > > > > > > > > > > > On Sat, Jan 07, 2023 at 02:07:21PM -0700, Simon Glass wrote: > > > > > > > > > > > > > This option is deprecated and only used by two boards. Enable it for just > > > > > > > those two boards, so others don't accidentally enable it. > > > > > > > > > > > > > > Signed-off-by: Simon Glass > > > > > > [snip] > > > > > > > diff --git a/boot/Kconfig b/boot/Kconfig > > > > > > > index 55f06761ef8..7ab0dd14211 100644 > > > > > > > --- a/boot/Kconfig > > > > > > > +++ b/boot/Kconfig > > > > > > > @@ -282,12 +282,13 @@ config SPL_FIT_SOURCE > > > > > > > config USE_SPL_FIT_GENERATOR > > > > > > > bool "Use a script to generate the .its script" > > > > > > > depends on SPL_FIT > > > > > > > - default y if SPL_FIT && ARCH_ZYNQMP > > > > > > > + help > > > > > > > + This is deprecated. Please do not use it. Use binman instead. > > > > > > > > > > > > Lets remove the text around bool so it can't be enabled, and move to > > > > > > select'ing it from the two boards that need it. Michal, Luca, what's > > > > > > needed to move your two platforms > > > > > > (avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0 and xilinx_zynqmp_virt off > > > > > > of this very legacy option, given that other xilinx platforms have > > > > > > already migrated to binman ? Unfortunately I lost access to that board, and since the vendor does not appear interested in supporting it I think the best options would be to either remove the defconfig or to keep legacy support. Which one would you prefer? Regards, -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com