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 06D4AC61DA4 for ; Fri, 3 Mar 2023 23:46:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 38BC285DFB; Sat, 4 Mar 2023 00:42:27 +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="EgUyk366"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0F93A85DFC; Sat, 4 Mar 2023 00:42:26 +0100 (CET) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (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 98DD185E0A for ; Sat, 4 Mar 2023 00:42:23 +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-x831.google.com with SMTP id y10so4814857qtj.2 for ; Fri, 03 Mar 2023 15:42:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1677886942; 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=JOI18TIAe7BFpPAEBcFQTzSVWch8qAsPCJyyebRWlOQ=; b=EgUyk3662rxmQKRu6+zF3yLUaO8xyNRJLcS5ni32a4QTqXI71gwN+2KGOfZC2UA4/8 MtSe6h3HCavRbhk43vF+0rqjCe076AFYhasJWMioAitywVL2DS7k6YBzXbqllLduhOSN lG4sZToKrMiqt9ZaadfC3iowMXpOHcsQSDgYU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677886942; 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=JOI18TIAe7BFpPAEBcFQTzSVWch8qAsPCJyyebRWlOQ=; b=T6/UaFV8HHO+pbQDNscX3wzfUcBOhmBD9nJLACv5Ysz0DuJXX999SNwENe9Bh3QAVU iOqOxWyXUhNB6qX4KbffxBKnP7ClQvUBiXiv+CPjVs848JlvbPflvvUYc5meKyDL1qyx +5TZmcec7NEBo2CK2FF87Pwr9111RbYaisLjtaVmNGCatU1Y65BNG+e5c38XfSZsbrGW m6LyW9vfNEisk6a8ANBZTShr1KRBHzGXUwfe6yUETaNPzhd72noHXxVFcsiwd7xMO1af Bp22KskR3kDzBA9Nn7/nM9ZFsmWQG7Jm5Nb6bA+SJuRxpOsOv9x+vLYrzDZkrvYcJVTP 0IZw== X-Gm-Message-State: AO0yUKWytcKJ/fVQP4u9lmD9adPe6SLB8NkAxm/XN3xG1QrnyJbp+jH/ QMwXVSgzdc4hhHZtX1Y7IwI8Lw== X-Google-Smtp-Source: AK7set/nnyJy2keG/jkRmEw6dvDSVbh+GAijTzd6utoU6gsNXKslEgBqGM0sNDzkX18ssbyimpSBrg== X-Received: by 2002:ac8:584d:0:b0:3bf:e129:8563 with SMTP id h13-20020ac8584d000000b003bfe1298563mr5889522qth.46.1677886942462; Fri, 03 Mar 2023 15:42:22 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-0000-0000-0000-036b.res6.spectrum.com. [2603:6081:7b00:6400::36b]) by smtp.gmail.com with ESMTPSA id z75-20020a37654e000000b007423c011937sm2634041qkb.91.2023.03.03.15.42.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 15:42:22 -0800 (PST) Date: Fri, 3 Mar 2023 18:42:20 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Kautuk Consul , Pali =?iso-8859-1?Q?Roh=E1r?= , Philippe Reynes , Stefan Roese , Sughosh Ganu Subject: Re: [PATCH v5 22/44] lib: Fix build condition for tiny-printf Message-ID: <20230303234220.GF968799@bill-the-cat> References: <20230222163425.2043934-1-sjg@chromium.org> <20230222163425.2043934-23-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1l8fz3wKJ+ff9m58" Content-Disposition: inline In-Reply-To: <20230222163425.2043934-23-sjg@chromium.org> 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 --1l8fz3wKJ+ff9m58 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2023 at 09:34:03AM -0700, Simon Glass wrote: > This should be checking for any SPL build. Drop the use of SPL_TPL_ since > it is not necessary and will not work with split config. >=20 > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --1l8fz3wKJ+ff9m58 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQChdwACgkQFHw5/5Y0 tyx37wv9GFvPmSyYFkx3mIM7EWG3choeSqpvixnlgW2DpXDu17LOE+tDmBLxCJS2 qBtw2T/7dmPKuU+ojvQu+Zvpc73jsmq/6pifIoqoz+c+Vdf99cImHD85QflbCmGC 16xfow7QyQq9St2VrXtQcKL/+AWMMC9nc4d29uSiHwIAtNUb3Ltqz3hz5rax7ad4 ORTEV5/yzR3qMRgT8YZX97krsRdOda+MoxDtJxzexLHfPOuJKMR+5XHRcpBBLT3s HkikOPRyEA1BkD8WW/umf+ASYI/kjWiCkP2TwPM0cWUXknOzOWhx+Lq9h2dUSvf4 4txvFvazihYRf+xw2BzpI4IEATP80BffVZyqIsOFPLKoegasaHtHuIQhF18S0KLa UhxxaaXdXPvCxPm2rGrV7pElXpmgNMYesuEFsWvA0IFCY86ZAoqRs9RUqlNIL7Rv U8pM65gnBDFnqQ81aAoPoXqS9LjIY22iVyn6g8r0za7LwCplkwz+OeZq/oeTs2vI gPe8lmEj =Upkp -----END PGP SIGNATURE----- --1l8fz3wKJ+ff9m58--