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 46116C4332F for ; Thu, 22 Dec 2022 17:57:55 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2BB5E852C4; Thu, 22 Dec 2022 18:57:53 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="HaTSeWNP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 498FF8526E; Thu, 22 Dec 2022 18:57:51 +0100 (CET) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9B30F817FB for ; Thu, 22 Dec 2022 18:57:48 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82b.google.com with SMTP id a16so1908163qtw.10 for ; Thu, 22 Dec 2022 09:57:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=HKu+KOSWYWeJSSNG6D5dN01vVJtmGiTsF1ojgBRxCyE=; b=HaTSeWNPmEhlmM79gPmkk2Av2Ci2hPbaXjWuYeRrHpHGGz6mjZcEpxpWb/73WWL6yz HWUJj7m/TYDACIRvYFmxNft1DHbaJ7zq3C9llrWiXLdnl21NZBrJ1UBbSTf5PhArrypH KHCikKy5HILbZSh9zreofOwcp095+SGQeTDYk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=HKu+KOSWYWeJSSNG6D5dN01vVJtmGiTsF1ojgBRxCyE=; b=4qGL9l/DeLsZXjyCBWFwLAfaeVj87fZa7tmFk96HXe2ope879NA5jQ+OaW8G6hK3wc XdHjYJjYYTd1VrFOCE0bi2YSWB1DetbCS2Z90VIhlRleY8nthXpq7hbuA8CAuWwuW29i n/FgPAELfbL7QxdSBNJKZ/C0KekwZzbSJ4X8XwzotspKPFZNbwAr456/gDilSnG8bgez QVMyiM+H1pbzQKM1qKAOxPnAKEbfcatrhT7j2XsN/WZlY5KKP5Rsgb9o1rBTA0dyTdbm OVoho10kB4Dh5lh+giZouNRj7Dwvh+02S/bEkPJ21hib3jj5UceqL85nxmN4w1r/cN4D giFQ== X-Gm-Message-State: AFqh2kp1DnX4nPJ59FUvwevWXSDbhlubTjoLdvyZnVk4sAZZ5K27kmkT hLN6LfPEr7Oj8eZPUYNf7PNLCw== X-Google-Smtp-Source: AMrXdXu7M70KNQpUjsVNU0VAjEEKVoklY0FNfbXAR8teJlg25Ou9suBM3MRHArPFkuserOoIuIgnBw== X-Received: by 2002:ac8:7615:0:b0:3a6:9622:ea85 with SMTP id t21-20020ac87615000000b003a69622ea85mr8325263qtq.54.1671731867439; Thu, 22 Dec 2022 09:57:47 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-0489-d0bf-dcad-62f5.res6.spectrum.com. [2603:6081:7b00:6400:489:d0bf:dcad:62f5]) by smtp.gmail.com with ESMTPSA id q29-20020a37f71d000000b006fb9bbb071fsm664539qkj.29.2022.12.22.09.57.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Dec 2022 09:57:47 -0800 (PST) Date: Thu, 22 Dec 2022 12:57:45 -0500 From: Tom Rini To: Simon Glass Cc: Michal Simek , U-Boot Mailing List , huang lin , Jeffy Chen , Kever Yang , Philipp Tomsich , Ivan Mikhaylov , Quentin Schulz , Roger Quadros , Philippe Reynes , Alper Nebi Yasak , Jerome Forissier , Peter Geis Subject: Re: [PATCH v8 13/13] treewide: Disable USE_SPL_FIT_GENERATOR by default Message-ID: <20221222175745.GN3787616@bill-the-cat> References: <20221221230726.638740-1-sjg@chromium.org> <20221221230726.638740-14-sjg@chromium.org> <20221221231152.GD3787616@bill-the-cat> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3q5KTaxipFuiiUWO" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett 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 --3q5KTaxipFuiiUWO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 22, 2022 at 10:41:17AM -0700, Simon Glass wrote: > Hi Tom, >=20 > On Wed, 21 Dec 2022 at 16:11, Tom Rini wrote: > > > > On Wed, Dec 21, 2022 at 04:07:26PM -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 > > > > Wait, is this right? I thought when I had looked at this before the > > outliers were two imx boards, which I believe have now been converted. > > Is it really still in use on two xilinx platforms ? >=20 > Yes I think the imx ones have gone away. >=20 > For the penultimate commit: >=20 > $ ./tools/moveconfig.py -f USE_SPL_FIT_GENERATOR > 2 matches > xilinx_zynqmp_virt avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0 >=20 > So I believe this is still true. Enabled, yes, but is that subtool it sets actually used? xilinx_zynqmp_virt is in qemu CI even, so that can be quickly tested. I do wonder if the avnet board was enabling it because it was default and not using it. --=20 Tom --3q5KTaxipFuiiUWO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmOkmpUACgkQFHw5/5Y0 tywS2Qv8DlsTiVE2fQ5EAWcFfTlvVexMVNmtAgFpPy3LGVvHsvI/DL5kx88ImPAI D+LZHeOwBqczN8XgXExmjYxFkAgRJfCWmx6ylM7lBmTsobQrcqIlKGkE/dmQw42B e3uT3ElPACg9Bi9fpnQhyE/vswjaX534w4sFxKsaWtT68PfLUz4XTlbRNDUkv1wN Pft/s2G6+N152bsciSg/TQVTpiv6xIh55Qr23ThnsgbYZotewnsI4PmPRYW1qWWP xE7BRkvopQhVkUFh0U+JfFfHfoh2dU5OaT+moz6w8SGFKhTUo2sXCS4TRQ6w9o3e F13HZ6pRNbKTpFnREhJ/p87SBMHCU0HEoJSGJCsGWxc79fEV1KSFhPXiQh4F9z6I l7TVGeG5xnq85MwfdyzskBxG76M8/TShaYk3iyxj9+kyWBU/1kmiZUyOLPtXlefB I3BUcmQu6XSVFTujxZneUoYLfZMXN/hGUQDo/lJJQQ00bX9Rpv/0jtzZqtEotW0K Gv4kYJJB =6vHT -----END PGP SIGNATURE----- --3q5KTaxipFuiiUWO--