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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 7F806C433EF for ; Tue, 5 Apr 2022 18:05:24 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3713183D47; Tue, 5 Apr 2022 20:02:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="VA47Bhoe"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B268B83D05; Tue, 5 Apr 2022 20:02:13 +0200 (CEST) Received: from mail-qt1-x82a.google.com (mail-qt1-x82a.google.com [IPv6:2607:f8b0:4864:20::82a]) (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 3E0F583CAF for ; Tue, 5 Apr 2022 20:02:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82a.google.com with SMTP id c4so12483843qtx.1 for ; Tue, 05 Apr 2022 11:02:08 -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; bh=B9aaFfnga2AL4cqY2SSluFUrRcIdIgALSnNwM0bTp6M=; b=VA47BhoezrZG8eE/J6v3ByUgxR8cTExIpD+5Fr2lwjE0iVfLBRbJSPV3xgFkcla3UZ 115hUorDaRCarPncZNoW3W2syJHYFpijgiKos7U7rbgECsQKZTr1VkcnsTl9U6lfKbLc z9I+BwLfEZQ8N5MWnvudTG1WbMZPt28VYRGnk= 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; bh=B9aaFfnga2AL4cqY2SSluFUrRcIdIgALSnNwM0bTp6M=; b=U2YjMlJBTXX6SGQXraLDyeSLMfrVv5+0kT3ynLOw8/Yn0eYF/R3svOvhGbw4m2PN0X WbWmM92kFtcMhaxMlJpmNoLy4AmSoVF80II7Dedo9ncvF6VZgjx/NpRYP5ML4af23S13 GoGJq888L2iAjSLiaW6gYMKGSPWRxeVC2s5OUmlpMTePhVX2DFLxZ2XIXWrcgRuZtAke pys2C1ou03mcMVBl+/4hRtXQ208o1PndhZ3RBkKCNTTotiYyuw6h8Dm+yauMnnSIQCf7 EAhL8ASgYM1DxPt+vs5a3fylq5jurKx8bnb3L8QvRYuBvpGByhHX+gGcdiBrAY8dLsDY +0ag== X-Gm-Message-State: AOAM533nggrrHeX+HIBq7+4LvBCZ30pbJLHMoza8gvLs5dtcfuIgfEZm wTakYC4mhcOiw1kKYKauwyysOQ== X-Google-Smtp-Source: ABdhPJwPlUikWwTcw2y5w++wOV7i/0uKCP/UHT+7DZQV0vN4iYjtNLYXo1qlkAzMNdco+caib4UjxQ== X-Received: by 2002:a05:620a:4415:b0:699:9011:8e86 with SMTP id v21-20020a05620a441500b0069990118e86mr3150953qkp.31.1649181726839; Tue, 05 Apr 2022 11:02:06 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id r12-20020a05620a03cc00b0067d370e414esm8120458qkm.15.2022.04.05.11.02.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Apr 2022 11:02:05 -0700 (PDT) Date: Tue, 5 Apr 2022 14:02:04 -0400 From: Tom Rini To: Dave Gerlach Cc: u-boot@lists.denx.de, Praneeth Bajjuri , Georgi Vlaev Subject: Re: [PATCH 8/8] configs: am64x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfig Message-ID: <20220405180204.GU9042@bill-the-cat> References: <20220317170346.31162-1-d-gerlach@ti.com> <20220317170346.31162-9-d-gerlach@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZjLa2K+dB9SFbrgo" Content-Disposition: inline In-Reply-To: <20220317170346.31162-9-d-gerlach@ti.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.5 at phobos.denx.de X-Virus-Status: Clean --ZjLa2K+dB9SFbrgo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 17, 2022 at 12:03:46PM -0500, Dave Gerlach wrote: > Add CONFIG_NR_DRAM_BANKS from am64x_evm_a53_defconfig as this is needed > to calculate the size of DDR that is available. >=20 > Signed-off-by: Dave Gerlach Applied to u-boot/master, thanks! --=20 Tom --ZjLa2K+dB9SFbrgo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJMhBsACgkQFHw5/5Y0 tyzI7Av/Q6MtidW2stfQYDtz6lZBNqBGWg3y/cgB6WvoDt+rjqfhwafuccndnmxB aGv3ljkQcdp3l4n7fwhS0S4AuFH3BYDaJJr55HBY9kTOzN3T7OGfrSM/xmSNG+oD wKZZKV9/DNw0FeTEW07U4YfZNssRsdbaVOn0sTj2HD4lL2ncG3Q2XNMXDZN9zu/7 iBxyRVroAulXvIfTF/Q0qHXbf/ousFxh4sOnwJQXaeK9s7Twt5JmU3aNVDL7e4l0 xslYUo0mD1aDnH6AwU5fvnqan+Zbxk4b/xGsGgFXIrhQtp9CfjhyJbrzTxSYkTKb zWG1Fimf145pofIY0TZbKhcF6CI4zo6ZtK3qG9oC4PPschXlJ0SBz/aDgnhzpwh/ BzsNF+F2urfoa1U3ZIiiJtUloaVRFwQTYw99TBiYxN9cY3n0FSZIL7QM4fhhVZ3H WA47XJOSE3LoWS95Hw6i++0VDTYntbLZ9qkqzUaW5cYPjtFz3imOmgOLGTjOQzj7 YRNlHK5o =imUU -----END PGP SIGNATURE----- --ZjLa2K+dB9SFbrgo--