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 35D7EC433EF for ; Wed, 6 Oct 2021 17:48:19 +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 A3702610EA for ; Wed, 6 Oct 2021 17:48:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A3702610EA 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 B42608344D; Wed, 6 Oct 2021 19:47:39 +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="A/jfiG+G"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5892783297; Wed, 6 Oct 2021 19:47:29 +0200 (CEST) Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) (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 EB309832C7 for ; Wed, 6 Oct 2021 19:47:25 +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-qk1-x731.google.com with SMTP id w14so3368792qkf.5 for ; Wed, 06 Oct 2021 10:47:25 -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=KnnZ6IA5759vZLa1KmaWqG9qyx44sjxbi96VmUIcUxU=; b=A/jfiG+G9fYc7MDQmDBNeYlb7UE43QWBpVOcjw3I2yR6Z0cY1mQZqVnl/E8yWtf19E fWWS5WpR/wlIVKRZ/TfB0AQ0I9SuGK+t2lAOvgWFh3sZ3zQ1HV94eFagjMahVZCbuMny uKqH3Nt2lef939C7OP8g00T/NB7qUhxvdvQME= 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=KnnZ6IA5759vZLa1KmaWqG9qyx44sjxbi96VmUIcUxU=; b=IViWIojMpcCt3iOU6HB8/9HNrpLfRqu2AGfeHHvG1bhmiMIbkbhkZ+uVwcqhi9v7rp hiNLoVg4bqOD5YkTa341blRR4tzASAoa/mNc6mfe31clUREqJM8Dnq06zPjxeMDLYPTf 1+msegAfr+CC7FJVtVFLdMIT7vg5AiTm/2cVGxEhuI+t7qo99WTYt1kBEmBSv7GvIQHq hSmx3ldb0xlUyPy6SjbsDA7C2p3tpXFsZjbt6lsRVjaUQvuI4m7fqpzUFY/Buvdh0RyJ vLEHupqLrLf6P0tOkYkN/mhoSLXPpzZxwg4xbDOdO1DGEiY2GEh+6h3fvPt6WO8VHSnf j0EA== X-Gm-Message-State: AOAM530Y2WUdgvLXE7ObtU5y2vh2oQRoYoo1Jpbi1mWypWGN+ATYCob+ xNgcR0eH35JcM8g1nY+70KbxyP+JRq6d9w== X-Google-Smtp-Source: ABdhPJzEfpztL8IzRPscvpH5R6teDFSnaACIGky8SzgX4fekD/LVtymMvEBXklqOGCowlrJwXK6kjQ== X-Received: by 2002:a37:b5c4:: with SMTP id e187mr28885qkf.27.1633542444183; Wed, 06 Oct 2021 10:47:24 -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 p9sm11746602qkm.23.2021.10.06.10.47.23 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Oct 2021 10:47:23 -0700 (PDT) Date: Wed, 6 Oct 2021 13:47:21 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 05/14] Convert CONFIG_SYS_NAND_PAGE_COUNT to Kconfig Message-ID: <20211006174721.GF31748@bill-the-cat> References: <20210922185039.30707-1-trini@konsulko.com> <20210922185039.30707-5-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Q+tNUXBtQaMtjTHV" Content-Disposition: inline In-Reply-To: <20210922185039.30707-5-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 --Q+tNUXBtQaMtjTHV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 22, 2021 at 02:50:30PM -0400, Tom Rini wrote: > This converts the following to Kconfig: > CONFIG_SYS_NAND_PAGE_COUNT >=20 > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --Q+tNUXBtQaMtjTHV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFd4SkACgkQFHw5/5Y0 tyxOogv7BUYbmxCywIadOR64Kf6asFoTOBWusUgNUN6JuM0LoNB9BKv2FPmXa0XN rCt0l3o851nRZwZhjzwLo9qQNrj5tiR/gRMULv/vPy2LpicG8S/jdTVK+QkzK4Aw 6dweAcNTx+PP3NoKYN0iz9CANQTaEpPosJDnHlafbXzZwepKLid3qg7fO+mLjLGb R1rv9Gg5eKV0azKWHMFUKrpnFZrXA/AIZt4vbu+W66FMWSjMbPrEE5mYhW0jVv0I OVzTnh2rFbasmKH23TRTVJbI9yrHDoHEIFuyI62bAhRW8FG4j6O50q+flqfm12gE JlQNFju+9o0m8LLf0rQsnLuAUnuEYi4TSRuerRqch7CxBZZ7iupqtfl5EhhZ8ULs 9pDgH+WigI3Mx+rOURVAKW7of5uE5QaYLeLHCVCfj4L5Qn8fojttN+W0oH17iIZY OBmHUe6wfKPXzW+qnWtWSYnVn9avWSOkLuEu+p42HHiDNBrkJpQRtB5pj1pFGBg2 KR7S/uq6 =ekNe -----END PGP SIGNATURE----- --Q+tNUXBtQaMtjTHV--