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 B6636C433EF for ; Wed, 6 Oct 2021 17:49:41 +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 3F263610E6 for ; Wed, 6 Oct 2021 17:49:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3F263610E6 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 806408347F; Wed, 6 Oct 2021 19:48:19 +0200 (CEST) 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="SIbHxIDa"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1DFD683499; Wed, 6 Oct 2021 19:48:12 +0200 (CEST) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (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 188E18347F for ; Wed, 6 Oct 2021 19:48:01 +0200 (CEST) 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-qt1-x833.google.com with SMTP id i1so2313014qtr.6 for ; Wed, 06 Oct 2021 10:48:00 -0700 (PDT) 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:user-agent; bh=PNACblEt1EVBnezpNiPR4u8a2SOldTM1QIppD/55NNw=; b=SIbHxIDavbxTXSgdZSdGtx3/OiU7zERcKl0ziFXmkWxThctxm8hywL/K7DoA9Uyfnr /6KVhGC+iwwyFd481oz+xDgpHbjzodLoq7EAgLV5FE4cABN5Oz/+kS7JWm47hy5Nj3Zw CUTIvE7B89QWPb3l62NHvemp8TYBBJLyeubCg= 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:user-agent; bh=PNACblEt1EVBnezpNiPR4u8a2SOldTM1QIppD/55NNw=; b=lDMVRhveMIfrf8Lvvehf4g57GPk+mPUg3qQOgamJU+dXp7fq9ksaOykNnilNRLd4oM HlnP0vBdRB+7IKLWBAmsOG8k5fDYOICHNGByTfFxLtmgjaBhnscL5NAy8oTNblL4w/Ss PHITu+Gn3RgLof8PQ+oGH8IQ07egQ/Z7p5Ia54/m8HHf05y1EwEZMlVAzK2tUogHMs2V 5JdkvGdGwDdfgtRrobaK6IUJQ6wpnQB4USnZ8lE632Y9z6/r9z2qHfGZsxO6Wr9Cpgi7 VxwTyVj3mxam+x93D1bFeULo9rYb9xGeBANAjT6neOsAwVDN1GlAQwLC+nMRB0x7dgsW Mwqw== X-Gm-Message-State: AOAM531MdeG3y1JTsIeYb0nCj0M4WjBuSe/3KyKJvcdaX8wUynRyP/Xn mojFkJclrdfSwKYQ1CXaEovumhPfF4VYAw== X-Google-Smtp-Source: ABdhPJxtiXCjpjvZCRkwk+xCPMOUJUIO7QS3zAngyu19kqJUMzl8b1lsBuqCJNHMrxS2OIkXSjEAcQ== X-Received: by 2002:ac8:4e30:: with SMTP id d16mr22519qtw.309.1633542479624; Wed, 06 Oct 2021 10:47:59 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-acff-2c31-c6db-812f.res6.spectrum.com. [2603:6081:7b01:cbda:acff:2c31:c6db:812f]) by smtp.gmail.com with ESMTPSA id g15sm3079835qke.61.2021.10.06.10.47.58 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Oct 2021 10:47:58 -0700 (PDT) Date: Wed, 6 Oct 2021 13:47:57 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 12/14] Convert CONFIG_NAND_FSL_ELBC et al to Kconfig Message-ID: <20211006174757.GM31748@bill-the-cat> References: <20210922185039.30707-1-trini@konsulko.com> <20210922185039.30707-12-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="22dWWJgtieCGojmV" Content-Disposition: inline In-Reply-To: <20210922185039.30707-12-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 --22dWWJgtieCGojmV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 22, 2021 at 02:50:37PM -0400, Tom Rini wrote: > This converts the following to Kconfig: > CONFIG_NAND_FSL_ELBC > CONFIG_NAND_FSL_IFC >=20 > Note that a number of PowerPC platforms had previously enabled > CONFIG_NAND_FSL_ELBC without CONFIG_MTD_RAW_NAND, and now they no longer > enable the option, reducing the size of a few functions. >=20 > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --22dWWJgtieCGojmV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFd4U0ACgkQFHw5/5Y0 tyyDSgwAtz5CkJZ4yEAMhEUfnrMxwj7trAFXBCBnSSCledX5pAaZ7stW4lLF4C8+ kOBqwvBYMeEuXeAbW5eazW5Z7Ww8On0/5/HR/Ln+LhrBJeV0ssqKAQCWBZzTvmWm e/XIclQtjDY+w/13ZWGpuZf20tsI2NSZkoFlKXnwpKOJL/MsanD+muCa9uYNSWRG 3z3PPtconSaomZx15ZCzzdAVPfLfurGdTMB9j87WgiDzq4psYL6zEYXSxKGk3GjN SAWNZqizlcoi4XO+tIfgBtOZmMAF4fkzgLYu/uUtp9i6oOy+LPNTioZFcR4YUNUT Sy/Uc/6VhEK1V7qYbTI8zLj59dgLySIh/7jYwUu7DkqG780S03/eKAAJB+Hspvv7 uCcT6DC6ggwSRzDS83zCFzTDGYRW8bpg8rAqv/1wKXOy0JEZHrA40wouTZZXsEfj 62whAznL7lQv7foUiIRG6bjr+cZDp1V2iSiM6xYPQEhR6kHoK6P7lnTHRynPWwhb k/YzZLqI =g7EZ -----END PGP SIGNATURE----- --22dWWJgtieCGojmV--