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 3F922C61DA4 for ; Fri, 3 Mar 2023 23:43:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CBA1F85DB8; Sat, 4 Mar 2023 00:41:41 +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="g411/yy8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3C0ED85DCB; Sat, 4 Mar 2023 00:41:40 +0100 (CET) Received: from mail-qt1-x830.google.com (mail-qt1-x830.google.com [IPv6:2607:f8b0:4864:20::830]) (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 84FD485D8A for ; 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=trini@konsulko.com Received: by mail-qt1-x830.google.com with SMTP id r5so4799552qtp.4 for ; Fri, 03 Mar 2023 15:41:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1677886897; 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=qTuRvMo7vvREof1tqE9A9C/VsodsT4TJm9k8syWxDUU=; b=g411/yy8JvJb+D9DixilZqxcRr/33TEZr5L1+nyo92MV2682U6lVqi5PzLI016Zi9o jpzw274hlXe5zR+8H345UjtNKo7cSDEm9TA8u7b2veI5jNA8tjmgo30DBeEtsG5WyhiB NUjSHUfnM7jq8u7ViLPAvsaUQ5waSIidAIRXs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677886897; 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=qTuRvMo7vvREof1tqE9A9C/VsodsT4TJm9k8syWxDUU=; b=3IsgieCVgPMH9mTBc7cR95N65G00z+d/Wev2NxG1yadPOAUFQZCC6P/XydsjsMk6qa YCLU+uJFofHdo6PtR1QI3IFYF+cUI8/Afi+LljSlWdwGYWMDdcgdC8Q6IIY55GjkUUJ4 HGbPSpxybmHbNPjkRAzXFh2V7J5F3v6lkwkhl7EO6cHJlrhztgtLHCqRg/JDOvgLgbsd HemAICztftX75nSaYDpWmCYp70pRPZEL9kYK3hLCE06dca2/s00Shnahk3Iqnm8UhVW2 dk6IWbinOxwv+XoHq5pUTtFupdKjedejKEaZTfiCJCY8vSgWLJeu/C1yJXdjAdubknfx /ERg== X-Gm-Message-State: AO0yUKV82dx19Gw1D01leWHDplb0hjWYm2/NsO0W8AWYVkiJXEBXfSmx 3ORGBRzh0zjeaZY4Syplhls1Fg== X-Google-Smtp-Source: AK7set8w6+zn8X22v1RzQbZ/8EJPDx7rtf0Pon/EZOWGAHmIWw0wmYUKuRq7ICQrx/g9ELrTGO7Mog== X-Received: by 2002:ac8:7d11:0:b0:3bf:d9a0:a33a with SMTP id g17-20020ac87d11000000b003bfd9a0a33amr6362188qtb.27.1677886897075; Fri, 03 Mar 2023 15:41:37 -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 p7-20020ac84087000000b003b62e8b77e7sm2671123qtl.68.2023.03.03.15.41.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 15:41:36 -0800 (PST) Date: Fri, 3 Mar 2023 18:41:35 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Mario Six Subject: Re: [PATCH v5 07/44] Correct SPL uses of DISPLAY_AER_FULL Message-ID: <20230303234135.GT968799@bill-the-cat> References: <20230222163425.2043934-1-sjg@chromium.org> <20230222163425.2043934-8-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6SzJ4Rgo02/YsxZl" Content-Disposition: inline In-Reply-To: <20230222163425.2043934-8-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 --6SzJ4Rgo02/YsxZl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2023 at 09:33:48AM -0700, Simon Glass wrote: > This converts 2 usages of this option to the non-SPL form, since there is > no SPL_DISPLAY_AER_FULL defined in Kconfig >=20 > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --6SzJ4Rgo02/YsxZl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQCha8ACgkQFHw5/5Y0 tyxFuwwApQE/5DfXZMOVRP3/e5yuw66gseHoxMRdT5BTvZ1pDJb6gMvPbEbbzg2D GOnhFEVzJg3gw5tNNsh3puMpzSocfaQS9B2B5WgG9cRwQt39cJdpLfLg89A1FFv0 eSlrJprAe7+llJCkmclQvbsz9WLbCZAELfkYjGvn6UregyNLTayNrIqo3p15BPKf AzDeTX7S+vZeDm749GjKwv1wXJo8YSZhFLw8qKBwIXXVrO2Q0JKfE1zRqouaLl2p CirNLPx/+O+6A2ga2u/8wAC+s+9IIUf1diIEiPo+QeejiZF6yJX9pAY61inhTkrx 9bj+uv3L6rtsM7PXsMVsFy36Lz1/ljRdiv8QShBN6NmZK4op0WoPi5qucWbpU+5N Orw6DlvjU2Ca0RxN0blTmbyP6T1MAf4EJzAfg5YL6ScZP06LyQcycqdieLxv4Xna MQ5dcABeRczdvWkoIpwwsIUnUI5m5qJCjW8j3rppLdmrhuEl2+iH7ENua/CF4axn SmUsW4L+ =yAkV -----END PGP SIGNATURE----- --6SzJ4Rgo02/YsxZl--