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 39CC4C433EF for ; Wed, 6 Oct 2021 17:49:30 +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 A7ECB610E6 for ; Wed, 6 Oct 2021 17:49:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A7ECB610E6 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 83BEB834AA; Wed, 6 Oct 2021 19:48:14 +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="PTcdKjOs"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A07588347B; Wed, 6 Oct 2021 19:48:00 +0200 (CEST) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (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 454B783464 for ; Wed, 6 Oct 2021 19:47:56 +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-x832.google.com with SMTP id d8so3485021qtd.5 for ; Wed, 06 Oct 2021 10:47:56 -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=mHKOBxofiaASC9Ua6bjEU7BP6y9S7YdxQ38c6ZVwZ88=; b=PTcdKjOs9yg/kGKCb8+fDbUvBcaRVwB3V4zzEhD80XFfQxnRghH23m4rH3KLlZRs8H 60euvM1a7znuue5c/fbgnS+NBywB8X8qzFM18i2FeLmMHCwt4wUQ6o1ZLjcZweH0IWUV liGL0lbQJNjbVcdFm9+HKDTCbG6SxFIGDnzF0= 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=mHKOBxofiaASC9Ua6bjEU7BP6y9S7YdxQ38c6ZVwZ88=; b=h/6KMOnqC6tKD/H+Fi6+/uUevlSbGa52Bd7u4wk1aLHPfeAErX5coeMbABrCr/9Gos t2GGmSCO6f+eLbfPv3lS3DbQCjTaWcwHaWWjdq3cZh32fOGWcjklF1AuNYilZNHFII71 Q9Q04zHYiGtkxSJB2db9SBzY1O21qB/L93XXlMuTODgsCzKeB3M8VE5ECqiRW4b/4dq7 57ZZQLWSbVJeorTR0i3SeE+nx1ic3xcHvH0pYupaO5UaUQHMKl3RoyyEW4GNHiWOZI/H n7XFPepbBz5Bv+o4XTUexh8+BeO4g9rgp3jAYpVzeEXs4fjjdJ63GReJeqt0CIvzpt4N W+Hw== X-Gm-Message-State: AOAM533oypQu5bJwcidmp+dSKs2kT5XIKDwgqhWnSDW987/cyTN9isg9 BxZc7FQI1Nd9gktyLAg4Q1us/FTouLTPHg== X-Google-Smtp-Source: ABdhPJx5ZoFsRcUgFSZFln3g70kU131TVt58xyLYxnJxcfpxi9tJudHl3vzPmpbgqD7YobQD3ZqvhQ== X-Received: by 2002:ac8:428d:: with SMTP id o13mr98862qtl.44.1633542474943; Wed, 06 Oct 2021 10:47:54 -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 o22sm11520814qkk.132.2021.10.06.10.47.54 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Oct 2021 10:47:54 -0700 (PDT) Date: Wed, 6 Oct 2021 13:47:52 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 11/14] Convert CONFIG_SYS_NAND_MAX_CHIPS to Kconfig Message-ID: <20211006174752.GL31748@bill-the-cat> References: <20210922185039.30707-1-trini@konsulko.com> <20210922185039.30707-11-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gXLf3Z1A6KOgPzv4" Content-Disposition: inline In-Reply-To: <20210922185039.30707-11-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 --gXLf3Z1A6KOgPzv4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 22, 2021 at 02:50:36PM -0400, Tom Rini wrote: > This converts the following to Kconfig: > CONFIG_SYS_NAND_MAX_CHIPS >=20 > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --gXLf3Z1A6KOgPzv4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFd4UgACgkQFHw5/5Y0 tywJ9Qv+NInRGrACken8hUZoj4hEHbtdnwOvF4xjPj4YqiATXoj7LeovwfQ67UIs TJiDMO4oauV3r51cSadfR0wf02iWzWaPQqtIaMhZWqwgITEFhfY81WdLsacabRzC TyL4UH8sDfyuM5o0mOAG3HTjsX9AMnZXXSr8WWaeWphFAl7Rv8/ZNHG5Ut0UeMMT fFrl5ABGyc6aQ/4/J8hp0WToPbaBFQMQRmF0JSFMPUaZJIkl2+MPbU4bFZzaFrd/ Rh2AiyQGRq/zUWORavGysiKuMshUrNTNFtuJBTffMWxtRQ3agJlt6EX37/Ik/395 m9CxZTYUyIROJbyI8VNPds2ecv5VBM45mOU53AS2CcyhdVYYKm4OONXCwSJvbfhU hnN3YGSIt8IpSZgEc/m9goYDNMVZXaaKOc5q1ZMH1/yeYvB6MmQSA+Xzrd0Ht7A+ 023EbiDMVRCLnokd+RQf08pyu8yaAxHsKobXtP710hQeLV/5sflaJb2RQzscT27f C1bE3lfZ =mgSK -----END PGP SIGNATURE----- --gXLf3Z1A6KOgPzv4--