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 D1094C636D3 for ; Mon, 6 Feb 2023 18:33:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9DEFC859CA; Mon, 6 Feb 2023 19:33:04 +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="QbTQTSn5"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 480B685C28; Mon, 6 Feb 2023 19:33:02 +0100 (CET) Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) (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 C1E1485948 for ; Mon, 6 Feb 2023 19:32:59 +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-qv1-xf33.google.com with SMTP id k28so7609663qve.5 for ; Mon, 06 Feb 2023 10:32:59 -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=i6pl27TP/rBVmr5WIFF+jYGOtZr/tSgNFO18daolgfU=; b=QbTQTSn5/BG0rL7ls8h9Tx94fX3pkNAAfmqQQHwmyRBiWePJNdJTXZ+wYa6TfsSbTw +Cv212zbK1eUxRy2Yc1N9tWYAwQe3vQSgoZkBfcLbcKFWmwiW23P/Rn0qo4WIab8/Zjn 4ONAxkC+ZIIN6TJbM7y961MaAIWANL0V104eA= 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=i6pl27TP/rBVmr5WIFF+jYGOtZr/tSgNFO18daolgfU=; b=1LobmlP3ABo3uPvvZx+mvZR6Gikfaj6GxwKr+/sH9IIFtUb6zH9kgn5Cu3rzGe5tl3 Nsydmk30vO7kkzPAmbmsL4zlzMd+DqEG1G5JeQkmoGVpWgoAUHB39o8WlIDvpZKL1MDt H7XHoy4i/Hk2vUo6uB1blDl4/Y8PCmEupvzeZDQWPsF7PqUpcyPVx4G5C+nxQFgK5JJv BqUpNB+Jvbazv1Ef0eKewST30wA1JWhmihbYgP1T6ZMUwehlvwGzmp9t8afCIm6xTXbQ oFi7n7goj9D+Ubg7t9JMlyzv3dfJbEfMhI9RSUC2NcbRjll76W1llyNyD4u/1Z9+Jjti H54A== X-Gm-Message-State: AO0yUKXDrENHH+K4FuJf/s7Elul2dn5IWQ1yRlQqP9xdhCOOMsEOJNcM Z+Ogay1skFCTIN9IskeMmzU0C0ZxthyZ+OuW8hs= X-Google-Smtp-Source: AK7set9xuheYoJ31Tbiks9vxBSv8i8f9Msn9d1VAbJiqB2NmhLxKlUg0r7C00JtFrG2BwDGfnwyfjQ== X-Received: by 2002:a05:6214:f6e:b0:56b:f403:571b with SMTP id iy14-20020a0562140f6e00b0056bf403571bmr331752qvb.0.1675708378578; Mon, 06 Feb 2023 10:32:58 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-7624-7f8a-2088-981c.res6.spectrum.com. [2603:6081:7b00:6400:7624:7f8a:2088:981c]) by smtp.gmail.com with ESMTPSA id q1-20020ac84101000000b003b86d9a3700sm7690943qtl.78.2023.02.06.10.32.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Feb 2023 10:32:57 -0800 (PST) Date: Mon, 6 Feb 2023 13:32:56 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List Subject: Re: [PATCH v2 004/169] boot: Add a Kconfig for SPL_BOOTSTD_FULL Message-ID: References: <20230205223836.231657-1-sjg@chromium.org> <20230205223836.231657-5-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="s7CZMn1exCk0eqYR" 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 --s7CZMn1exCk0eqYR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 06, 2023 at 10:19:32AM -0700, Simon Glass wrote: > Hi Tom, >=20 > On Mon, 6 Feb 2023 at 08:14, Tom Rini wrote: > > > > On Sun, Feb 05, 2023 at 03:35:50PM -0700, Simon Glass wrote: > > > > > This is implicitly used in the source and seems useful, so add it. > > > > > > Signed-off-by: Simon Glass > > > > All of these types of changes need to be moved to the RFC split config > > series, where we can no longer rely on the feature of undefined symbols > > working as expected with CONFIG_IS_ENABLED(). >=20 > OK I'll give that a crack. >=20 > Should I resend this whole series or just mark the affected patches as > superseded? I _think_ the series itself is ordered so that I can just skip the first 20'ish patches, I'll confirm that in the next day or two. --=20 Tom --s7CZMn1exCk0eqYR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPhR9EACgkQFHw5/5Y0 tyy+4Qv/cqRAF7YI4idfCB7ptslDXSQg/ftypKgUA8pOmO+81z6Ebi7pUqf/bI6A D1U6w4mMpSlYHpm6nUCUpIA3O4EK8hCij5K/cWJiuEMSYn0Asm1i5eAxzRxS2qss Bw3KlAis+KiK+8UoK1WSr5K5uod21/S7GtKi3dt8+JSlX+niD9DX6E7AR1VqXpdN AntjP6PSwf/iMKhDk4yVP5tg+5FYN3VSDYa2ypaMWRwW2ZcNc4fC6U4O66KnJI3M IdI9ZM5vWmJhcgs9Gh1G2RRtaGghPHZco7pGpAkwBnuUVw1bWRfbP4uhfJuDryzc SfEKrb9mTGVfBUbS9pf8hbJHR5L4XwHdoiss6HsYn1cwrGcg0raczWzB8a9vFk4H cE1X9bgeGVZSvXceEP4gbykdsLmWWQTFjSh1HR59KygeluCPkN7Y2JlF//x8c5ev cn8qBEmdmEHnGLfOONtfSrdTeRoiA8JZGSRUcOjTq4lRnpbomJuiQCPk6BjphHRw XnslQFsp =e+4+ -----END PGP SIGNATURE----- --s7CZMn1exCk0eqYR--