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 CC7DEC433FE for ; Wed, 6 Oct 2021 17:49:07 +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 2C40C610E6 for ; Wed, 6 Oct 2021 17:49:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2C40C610E6 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 E9B0183477; Wed, 6 Oct 2021 19:47:57 +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="BvZixN1i"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 23424832A1; Wed, 6 Oct 2021 19:47:54 +0200 (CEST) Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) (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 C1BBF83457 for ; Wed, 6 Oct 2021 19:47:47 +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-x82e.google.com with SMTP id c20so3492487qtb.2 for ; Wed, 06 Oct 2021 10:47:47 -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=HWhq2Kv+ShGiUeVQYdahecVzbYETnsXFeVucvtPnqxI=; b=BvZixN1iPnAv1TYMf4uNTe2CZJlbtPnlQzkPVXOfnHRpJedThf5A1I4ZnChjk/imsH v57QFmPJPC6fyR8sMFS3xPpmqArwJCQodVZTdFyrRymG4wu5uzC/b3ZrSYM0qJFbXtQP /2skB+VXEDcfRkzERXDfpJ1a9aa6MF0Zd70Rg= 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=HWhq2Kv+ShGiUeVQYdahecVzbYETnsXFeVucvtPnqxI=; b=eKogvCidTBm+HRaw14nXFjSLM9OF48QSBaH3vuf23oGAyzgIpYfCY/Ngp+vIG0c50O AXBpK96Zx2UwNsNVfc1xMQEuYTui6vKW3ksWFHR0tnDy7voKtPMaxW0ye9S04mB0897D A/XpPbCnjcF3qBxPdvGsL/buIqKmBLUEd6d3DMI4xcuDBqgVbU8D5vzLzW+JDzxXg/RJ uB8r4JacsPFgo2sspBq3SbujF0DjHOyUaHi+NXECyR/l0Hbx5jm7sGTZhkJSm891LdBB isN5Cq64JeHKB24/5kVcQAjHUYeAfLY0ayWtgsNyS0nLZhswQaj+argSPZqagSIlI1Ye HkHQ== X-Gm-Message-State: AOAM531mn0u8wW/dHdrUGXB8mCh+/0CGRIpzNEXNk2lq06E6tZv1nCc1 GUjxtDlHGI6/5qxwWUcyuhEJpeVFI2G0JA== X-Google-Smtp-Source: ABdhPJwjH/cPnkqr18rHhUNBB8sStQdd0wrcIiBWSM2ZptQfqXcqSh+2C927Eu+e1WcmpXTKjDq/QA== X-Received: by 2002:ac8:4081:: with SMTP id p1mr21681qtl.263.1633542465676; Wed, 06 Oct 2021 10:47:45 -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 f14sm13072323qtg.57.2021.10.06.10.47.44 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Oct 2021 10:47:45 -0700 (PDT) Date: Wed, 6 Oct 2021 13:47:43 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 09/14] Convert CONFIG_SYS_NAND_ONFI_DETECTION to Kconfig Message-ID: <20211006174743.GJ31748@bill-the-cat> References: <20210922185039.30707-1-trini@konsulko.com> <20210922185039.30707-9-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1aZ77qCaJLKlYcWG" Content-Disposition: inline In-Reply-To: <20210922185039.30707-9-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 --1aZ77qCaJLKlYcWG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 22, 2021 at 02:50:34PM -0400, Tom Rini wrote: > This converts the following to Kconfig: > CONFIG_SYS_NAND_ONFI_DETECTION >=20 > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --1aZ77qCaJLKlYcWG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFd4T8ACgkQFHw5/5Y0 tyzhQQwAsOiHlWRfgtPG6oaSD3/ywn6iTCXETfzQBMmxtwUCJzXTqjlJKlAY2jx2 pk5Cr1X7Z30HJmLWFTMZRXBtmZ84Ylqc/BpvP2b6MmU0Owm8MXT4oCYXHQ8YS0Dc AGPcyWrj4PN8c7u5qxDOr717rXgDM5kRuuVF+RQpV8hSil5Tp40zxVw/KBNsP/Qd b7Yb9lpKn4Xln0JSu2op7SjD23vKyRx77EOJXztQYZg4AnLYihQCTpvVAIC/SlgQ 7c+B5HbU0cGyuXPVnq6rPPr6BFa9d9+d1xyKNU7NAc8DY9Tx3YUuU5EblC6Z4Gmr C4O2qY/RBD+pLjcvby6sUguD0C2YQZ2wu342t22DAKpRjqALCQR2OY6uI4OgmCYt ZxkFuaoAUqvllpgLLVUHGMxBndGpA2BXccGiTrE8wqahFYqHtEf+yBMUh6/ynrfM RiZ32eEpNNLSLGD+Xh6J0JO+oF8Qnkl2Kfww9sDWxLvYj3GCAr8KPWmGUHGFpXwh IBaujs4y =WtWb -----END PGP SIGNATURE----- --1aZ77qCaJLKlYcWG--