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 6E13CC433F5 for ; Wed, 6 Oct 2021 17:47:39 +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 BA66C610E6 for ; Wed, 6 Oct 2021 17:47:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BA66C610E6 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 9A8FC8340A; Wed, 6 Oct 2021 19:47:26 +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="QaaR/xZ1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9EAA783297; Wed, 6 Oct 2021 19:47:20 +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 38AFE832E6 for ; Wed, 6 Oct 2021 19:47:11 +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 b16so3455440qtt.7 for ; Wed, 06 Oct 2021 10:47:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=/3Id94o447q9ArB+V5EtSAAEWKUTtmU/scSJZWzsGmU=; b=QaaR/xZ1ONe1/l7YKVuh/M3tyayOnyhkrg2bQZ5FCzIUuZXiE9Z4TwvvU/pMs2tjwb UDkAChoyYy9C7Z+7ht3UUzaG7ECOCVKhRXeOIU4XBme7I8dbb3lJfb3Qb4mK2IQwpmXU WNoWV3QXnAINf3VRGb3NsW2+twtuEdusaoFuI= 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:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=/3Id94o447q9ArB+V5EtSAAEWKUTtmU/scSJZWzsGmU=; b=0Y3w4GnHs+dYKsEGNXZ0aSxuGHISILQTRZZZ2LVWZMH2HXJggdSKMy/1EG/ayyK70T Q6DgGaWe3mUnjaNJHzn+BNTzvHWlGuj4q4YpBq5lI9HQapAXADlmQDRo2e4uJLRIx/YN FHVxs3XPoVKuPD1ZV5p+nCE+5uVJfNZlOt0Fbc3eKHB5e74Ml97PbQEClE6ljXynHBE+ OB9ZsDFYh+O2QER287snpWPktSHiz3awWXSVCOfkbFbmCTJqyiWDkP8t76S3pwXfTWV/ qIPPcS04YJvmDT90kp0Cq9f4GrH1KN6ortEXofWqIqrw89UdyzNtqgW1QxKq11wfhQK2 nXPA== X-Gm-Message-State: AOAM533p1gAZP2hx7vC9RA2SPR9C+M9oYiFv8pojp7eow/FlS65Xobss geTyuyWgGayTPV6Pj0oqvukbEzGE3VHoPQ== X-Google-Smtp-Source: ABdhPJy4kDR9RgqqTkDw3z299nG107ivA8or3FfYUBBlSi1RPRqj1HKqP9YAOdaJqiKQksWHUQ24ww== X-Received: by 2002:ac8:5d91:: with SMTP id d17mr99289qtx.18.1633542429851; Wed, 06 Oct 2021 10:47:09 -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 u9sm14438426qta.90.2021.10.06.10.47.09 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Oct 2021 10:47:09 -0700 (PDT) Date: Wed, 6 Oct 2021 13:47:07 -0400 From: Tom Rini To: u-boot@lists.denx.de Cc: Marek Vasut , Olaf Mandel Subject: Re: [PATCH 02/14] m53menlo: Switch to deriving CONFIG_SYS_NAND_PAGE_COUNT Message-ID: <20211006174707.GC31748@bill-the-cat> References: <20210922185039.30707-1-trini@konsulko.com> <20210922185039.30707-2-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nExZIUH7PE3gn2Zo" Content-Disposition: inline In-Reply-To: <20210922185039.30707-2-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 --nExZIUH7PE3gn2Zo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 22, 2021 at 02:50:27PM -0400, Tom Rini wrote: > Typically platforms will define CONFIG_SYS_NAND_PAGE_COUNT based on > CONFIG_SYS_NAND_BLOCK_SIZE / CONFIG_SYS_NAND_PAGE_SIZE. Switch to this > in preparation for migrating CONFIG_SYS_NAND namespace to Kconfig. >=20 > Cc: Marek Vasut > Cc: Olaf Mandel > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --nExZIUH7PE3gn2Zo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFd4RsACgkQFHw5/5Y0 tyzOWgv/aV+or8kbt5nqSwQnjAzGtmnDeVgjwPoiVmwgLoC/I5Dg/mZPchQnsa19 n8FGTLxy0qUqW4UHhlIFmpFxyFJzTgYp+OF1VhL6pgD2PyZvnae+bz8alVu8+vUV 34CnQ7SvHidjyRoIniquM7FI8RRoDfvpL/NxesOHeMvZrN4FRWmwLsA1dPrTBIEG 2X1ZOoV94XD/jw37lF6hkor1tQjIl+oAaCVjJ0juwUV5HDU4JW3NgdyWZYG2oqu5 EpZNsghIN0Jt99LaASvPqmRuXOiS3+dgFcYBySTEsILmDW6I3xtrQYWoaQ9ac3jz AOZTL2wADAJCJUQc7iKOuyOoND9tSxRcmLY8RGPtJ7lnQJDkaks3UjpQzXx6J35N wejTrxid5QguKbIbY1SZdPM11OG6mOqzQ5rUxTyD2s/jiJ3f6P22T3R6DrKFq+eo 35TLBRnlB/4vJBpXD2Fsq0Qa1M+d7XFAxPLcfE3yv/kqo7vc4TBllqj+eojAlnKz mcjYE7gR =6nw7 -----END PGP SIGNATURE----- --nExZIUH7PE3gn2Zo--