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 BF67AC61DA3 for ; Fri, 3 Mar 2023 23:43:45 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DD51E85DC2; Sat, 4 Mar 2023 00:41:37 +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="VElD9Oy4"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 44E5485DC2; Sat, 4 Mar 2023 00:41:36 +0100 (CET) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (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 DC40885D8A for ; Sat, 4 Mar 2023 00:41:33 +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-x832.google.com with SMTP id y10so4813562qtj.2 for ; Fri, 03 Mar 2023 15:41:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1677886893; 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=OdzaECo4ogBjJ1n3goe9znmWJ5IQHfGXPCkZ478YYz0=; b=VElD9Oy4nptW0FMu1HpACJVqmuISL1ucTHs6/7cU22C3O1/0oN1wrqfZuo12wp89iA Kdymd38cBrOOfyrQa1bO5/AJYOS6pPjYPcovNNq+KiqbOLYapGJFtN7jo81yhIpaCRep A4HEzjpa4fhv7K6q7pVCTEZ17Xxpi7NCuZu0A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677886893; 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=OdzaECo4ogBjJ1n3goe9znmWJ5IQHfGXPCkZ478YYz0=; b=uE+xNiRDYebSfuBEJWefA1h4Zk7JgRhJtzXruCs4/MGXcUrtQ6Fv3/wgAM/Hu6PcBy ooxmDUSAwiMI1fq0mshJIqJ1RMIR/4XFVecuec+FzyOQAhKFgPrnxl5lbWbl+jhWHlZM +KWilaI09X6/XffAUP1KABhxotSso/fecO+Hvn8PhEcJxqVyHg1LPgLH90JJD3+svc9a 9JYdCrl4gg9e0dLGJNIN6UNW2jVK2Di9vggHUzNUgRJtKOcPG2C68FhksipdtDLg/OV2 kNukPWk/TDX20fc2m2MTdxJ3AsI9DKEzn1fUdCoS6NbgB3GWPGV9+Lxf1FhBXvLCtEvL ZcRQ== X-Gm-Message-State: AO0yUKUIAwjl+dG6GPBfT2O8yvjQTmC1NmtOecdgx5qFa8mZc7N3lmA2 Y9pFQF7t+83Jc2nPC8E3tgx/9YQPVnAGb3VTyVYmmg== X-Google-Smtp-Source: AK7set80LpF6pM3+ALvqhHuSlMosXGvqVJXpCGpjL3X7FVZc3eKy4jvHs6meyD2FvRfK5D6qbxubkw== X-Received: by 2002:a05:622a:50d:b0:3bf:c436:33b2 with SMTP id l13-20020a05622a050d00b003bfc43633b2mr6626217qtx.19.1677886893460; Fri, 03 Mar 2023 15:41:33 -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 o8-20020ac80248000000b003c00573aaffsm2700560qtg.3.2023.03.03.15.41.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 15:41:33 -0800 (PST) Date: Fri, 3 Mar 2023 18:41:31 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , John Keeping Subject: Re: [PATCH v5 05/44] bootstd: Disable QFW bootmeth in SPL Message-ID: <20230303234131.GS968799@bill-the-cat> References: <20230222163425.2043934-1-sjg@chromium.org> <20230222163425.2043934-6-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="L7U3DVSNarGkuihl" Content-Disposition: inline In-Reply-To: <20230222163425.2043934-6-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 --L7U3DVSNarGkuihl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2023 at 09:33:46AM -0700, Simon Glass wrote: > Move this Makefile line into the non-SPL area so we don't have to repy > on the SPL_TPL_ macro. >=20 > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --L7U3DVSNarGkuihl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQChasACgkQFHw5/5Y0 tyyzzgv9GzimmPgXILCKwYaZPnhaMKEedd5QH9yB2/RD0HzyhGthi68U1gDe5s5m Opi5OQv2bmjKLK0zAgpNKaZ++lawq2bdOZ3T3uAtmT7x/HOasAjymGfbLsNgqxfc pyh5sGaCGHhHk9kmQBNrhhpBh88IUBOj909eXb0J4M0WKgefdlhhrBKiT76xc059 j6MrBL0C3DMUHHss33CtoIk8j90+Oj+uQ5Fje7whDudXzWSN3KKQDNeAcCvfAEpa eyrN6FMEgPfOaORy6d3z7HIciA9Q23RJmvPKDBdJLWimX1sRCEWASZHOwcKShAJG zUZ0WwEtTi06zTuFul58rz37osp0QZFExBcDzW9ZPBvsx7BUo+RQynXLOgqw5V3t E+Wqzv5jzSE5JheW3UcLk/jDuY/VixsImUpnOrAaUKU9gMvxRlYwDKG5vPlMj/wW b7xbbAeSY4Ubb6AEfjgZYqJlEJ2zH38DZ6ggsiymvSJtUt3dQRMhKK87EeZJUloi sUCW3ohW =419s -----END PGP SIGNATURE----- --L7U3DVSNarGkuihl--