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 C7DACC25B50 for ; Fri, 20 Jan 2023 23:21:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BC0D28558A; Sat, 21 Jan 2023 00:21: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="uevZ1/xf"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 878BF85667; Sat, 21 Jan 2023 00:21:39 +0100 (CET) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (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 C97518533E for ; Sat, 21 Jan 2023 00:21:36 +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-x82b.google.com with SMTP id fd15so5416814qtb.9 for ; Fri, 20 Jan 2023 15:21:36 -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:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=ikZMZXKxRdQYo/pMj5b/0DG+0dnQaGXidUpHYhvsPXU=; b=uevZ1/xfBGg/KeR8KMzbUqpHRdL8xLFeK4wSBM3NWu5fs+gjgx0A4yWoHeZ7ozkr+m jDx8G0QMNE7HO/EdaiXUD7ayKbyHGX3aqQjV2E0aTVTlCL6RJ4mrYa8TpNnPRPw11t6S OszNU298J/tzgdPRTYj5D3ro7E8kGxbYs5gq8= 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:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=ikZMZXKxRdQYo/pMj5b/0DG+0dnQaGXidUpHYhvsPXU=; b=5bfv2UySQpVbQEzvRzxZJgtGrcsi20le6HKipmYZxd7f5k3zpypefQC/9/nr3Wl2AO Dp8xUdaXCv9UCJdqAKRr2rxH/jAZHfsf2SyDr/JgAA0KGLsv5HZRecaTtdA5/jte3EMV e2llkqytNNA0mGJ+Ule5M9yxcx6QogpuTPww4B2amTnRIhDGOazgmO7YSsJ1ec1yw5Go Qn77z1thnG/M/6tY/0v9j3dIc065OSGahRyvhgeldNzjqQQYVzIg1QlMqZkKTae+axCP UyfkB4Cw1K/5Wdw93YS8ZZp+Hb2XI/9QFT6FWPsLGDa/+Qsi/FiqNoxSlrVq9eXBric9 SjoA== X-Gm-Message-State: AFqh2koNTM/job9CMOl20J/Fzvblujq68JStWpZjrmqDx35dO249O2x2 4Wa3LTklIBxB+YyT5YsfGqsibNXWcgrb2ZSRjOw= X-Google-Smtp-Source: AMrXdXtExgEeG20fAOe4lTS4yg7tHolZuhZOSEkbMNMXpA5viIDgYj/yGNpGf1MxJ7v7zy3LqgfbLA== X-Received: by 2002:ac8:53d3:0:b0:3b6:88c2:2ac6 with SMTP id c19-20020ac853d3000000b003b688c22ac6mr15064650qtq.27.1674256895244; Fri, 20 Jan 2023 15:21:35 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-347c-6f3f-d83f-fca1.res6.spectrum.com. [2603:6081:7b00:6400:347c:6f3f:d83f:fca1]) by smtp.gmail.com with ESMTPSA id u15-20020a05620a454f00b006ef1a8f1b81sm841506qkp.5.2023.01.20.15.21.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Jan 2023 15:21:34 -0800 (PST) Date: Fri, 20 Jan 2023 18:21:33 -0500 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 01/19] global: Remove unused CONFIG defines Message-ID: <20230120232133.GV631605@bill-the-cat> References: <20230110161946.3816866-1-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="V/VNt6jARIhH3MER" Content-Disposition: inline In-Reply-To: <20230110161946.3816866-1-trini@konsulko.com> 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 --V/VNt6jARIhH3MER Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 10, 2023 at 11:19:28AM -0500, Tom Rini wrote: > Remove some CONFIG symbols and related comments, etc, that are unused > within the code itself at this point. >=20 > Signed-off-by: Tom Rini For the series (and v2 of #5), applied to u-boot/master, thanks! --=20 Tom --V/VNt6jARIhH3MER Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPLIfoACgkQFHw5/5Y0 tyxZqQv/Rrcp2gkLfepJhYEGTo/1653i2w7tcKSsuRthMx5+lUb7tdbZ/Uo8i3uG iB8rlVdBAzB62J5uszN9XDTjbGTDfY/f6UBDTjQoOLsBu+w7ZXFxoR92HDegG/Y7 C3vyCJjKipyMZ5/qPmDT2cb5YANcG8vSKIshz3syp93mJe2MYvZ5HYcp6dvrAcnM XWNxMMPznFbZyUzIEhZTzO2KPaTv50b3QmHn17VV4FAVlLTt7x9kmKL+ZBHeeFZ3 a0aNi/xusWprgG2HDBqWsB5V8dxtJ2bsUnrQkfh4fBit9bV/Rhrnuu/DFUSolSMO y6NIu5YVg9rqrTiXX73mrBKb7IHQHL19lvWHvFqUQoDwiW07YpfeEC6ez9hgk3aE cTIRMbJE0cOnuJD12lm67eRyp6S4A/8xs7dT7JtiAhaMPQBl+Pw0/rPfp76y3sSc Pcz0zkjEkBuHHvx2wpVN0uxRPlXu9Yj5IYU4Wp9T+PFkMsl0ZsJ+kcPcCQz8tgxk FJnqRELo =VI4+ -----END PGP SIGNATURE----- --V/VNt6jARIhH3MER--