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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50CF0C433EF for ; Sat, 13 Nov 2021 00:06:14 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id BED8361073 for ; Sat, 13 Nov 2021 00:06:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BED8361073 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 654F7830F1; Sat, 13 Nov 2021 01:05:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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="Hvim6jBE"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 383AB83098; Sat, 13 Nov 2021 01:04:10 +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 67C1C830A8 for ; Sat, 13 Nov 2021 01:04:06 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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 g1so5723442qvd.2 for ; Fri, 12 Nov 2021 16:04:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=XxQoOU7ByZND/acrVSNOQFDO2g804tgaOyB/64LW/34=; b=Hvim6jBECcoYUxswZegdVB0grTWdhnpD3IaY7RL2d/70TXqAxf235GBCRQ+N7Q1+bS 5ZRzLM1EVMXPPo3OSswrSE4amEeMJQ8ZM9hE7ZXHMJRlFiI6TNy+LMpFmhvyqAKo04DP Mqi6ahjwNXfab81U7EHikEo69/iVCdpCJMEiw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=XxQoOU7ByZND/acrVSNOQFDO2g804tgaOyB/64LW/34=; b=jlw6OSEV9tMVBWNBoXxCHCJ1uSQVhKvgoH0iP6DUQ4Nwrxs0gaP/d+4CKS4BFHBhoP lLY/6hrqsIyFyoyy9LJ3lNT7NodG7WKQBbOT397awqCeTC8QqQLwlE+9phAlg8R67Q3b l2VYeRKI8Iz4A9+gJfBuwvr2DGtXVIxVT8QGkoIqvoi/PsbwKreF6l0Ej2zTqn1qUKc4 kat4cIBLe5dYgqnKBUSJHL0ocDTGNZwx3lzKajmI88Bg6YURmx9as/DQJgjghB/7s7t9 gil3crZMZrN4qAVyfgwtxd8yxN69H+b+6FDoEKJADi9QqlLobfgwlebK4yiJRQWAki/R NaRA== X-Gm-Message-State: AOAM5301VFCkHH2r2IfMtHhc7fdDQ9RzwANENx6lETmho67ReMOYRoOu 0lJU/AphOcqRUFIlTtDlkbgRLHkw0IbdoQ== X-Google-Smtp-Source: ABdhPJxBB280BK3p6evAHY7KElgI01nSJSMXSdrcPPCqaqZ2bfG7cUiWuaDz/n5nuJuQqwhNC/GjHA== X-Received: by 2002:a05:6214:21a5:: with SMTP id t5mr18319248qvc.46.1636761845017; Fri, 12 Nov 2021 16:04:05 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-99df-60fa-a7c9-fbd2.res6.spectrum.com. [2603:6081:7b01:cbda:99df:60fa:a7c9:fbd2]) by smtp.gmail.com with ESMTPSA id n19sm3947301qta.22.2021.11.12.16.04.04 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 16:04:04 -0800 (PST) Date: Fri, 12 Nov 2021 19:04:02 -0500 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 19/20] Remove CONFIG_SERIAL_MULTI Message-ID: <20211113000402.GT24579@bill-the-cat> References: <20211108035951.3580952-1-trini@konsulko.com> <20211108035951.3580952-19-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FduP7kJfp45fJeOP" Content-Disposition: inline In-Reply-To: <20211108035951.3580952-19-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 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.2 at phobos.denx.de X-Virus-Status: Clean --FduP7kJfp45fJeOP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 07, 2021 at 10:59:50PM -0500, Tom Rini wrote: > This symbol has been functionally dead for a long time. Remove the last > and recent re-introductions of setting it, and update the whitelist so > it will not be re-introduced again. >=20 > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --FduP7kJfp45fJeOP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGPAPIACgkQFHw5/5Y0 tyx8Nwv/ZmNJYdaeGqNy7rfRO1BnXNJny9Q1d+h9/abiBOZVZzcsGGuXxhInzfCw e3CD+rzAAY77T05R7R/ufjlM7472YkYo6fiDTgtEq9fEPbyfayBBCMO5/VCftNtU cmzbToX4M2T3sznNrmn5sHI9eGyEtGmCbMaA2FP8TNrnxE98eAWTUL5vnboFwJ84 xfiM60kFYzsxuPGMvdzE3pmiMBp46hbfstQzSRW1nZIDo80ABzjuJfIWpfK7cHsK OlWF2ksJ8rm4N7q7yMkZXx6tXaNrKCR6q1QlbASCYG1dJaBFGVjzpbERStQj/S2h Ggu+eenJ5TN9RPZrvyn7GZCkUWDjjNIgFZCDAoZDvn1VTYYxlThTTDvYZVVMbozw /5CIaMsPw/9DQCrz8zuYU0hVH5LZjubb3mWwEDgjP4rReLLsJ/oy06pWh0yDInwG VqLVXOByalIsXcL1C+ImKPv00piGi4o2N53l8iOkVoaGhNDBObzC+D9jHebjY3Um /QcewtHO =Z8u+ -----END PGP SIGNATURE----- --FduP7kJfp45fJeOP--