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 98E89C433EF for ; Tue, 5 Apr 2022 18:04:03 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5CF9583CD8; Tue, 5 Apr 2022 20:01:51 +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="cN2PPSbr"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 610B883B45; Tue, 5 Apr 2022 20:01:36 +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 3C38083B58 for ; Tue, 5 Apr 2022 20:01:31 +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-x82e.google.com with SMTP id s7so4243177qtk.6 for ; Tue, 05 Apr 2022 11:01:31 -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=7RLmrh8KglrLys/xcCWc23rjIqydfzlnN3PTqfchL5s=; b=cN2PPSbr5KTl995Ff16S6FQVizFcK3K6zagubBfDXyx6SIVL+CtASKA0kTPjxQlFqx /ROlrxKp2JVRzz6U/SY1lzfLyPCui3fdkuNvp1BBnrV3gDg65JaHe7vZDEokJxLumn7u wrQ12ndyjNs9z3Ddezuj6nWZc3LSej+PMRqP8= 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=7RLmrh8KglrLys/xcCWc23rjIqydfzlnN3PTqfchL5s=; b=fV15AGEYJMS+a02B4gyFbzkBLh/ZOchEi7v0F1VTFidBLBLevAQlQoDZG+ZCqffu7+ zcyJGMF02qc+Stw8Ze+czhTOeujS1kNKXpRIJX7LzOMlR+5jTrG+jzDeWynuSm/oLCeo a748XjbauEghXTLPBSCcw1cA9BZ/5F8iBtMvWxULQDRM69OtF+v2hT6cNFF/EEYTeLOk aqpLW8PiYQjV+9NZSD3PDCnVXfIPpeEw25QVAJgTWnWzY1r/ZVMXbruf5dqgmCLIpIYg 2F+T+l0oNCpyVt+02XztyaQuNQ6tWVzF725Pu2gbsm4iLWviPDBJL8apvUDMaotFEmHB iFNg== X-Gm-Message-State: AOAM530xMLi3BbxWq8vVQukBsVVRU0fykHYZR9TqjBskiUeX9pmmXaTj 1hGQdfScCXv7bMUX8xvUb6HS7w== X-Google-Smtp-Source: ABdhPJyte9Jn3q5hb/xGFqiwXvuvu706NSASjzkSxNkD6GA+/5dvdCX3MIHGmlx/zW2HYqOdhyQuRA== X-Received: by 2002:a05:622a:181:b0:2e1:e70a:ec2a with SMTP id s1-20020a05622a018100b002e1e70aec2amr4142710qtw.42.1649181689509; Tue, 05 Apr 2022 11:01:29 -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 s16-20020ac85cd0000000b002e1ed82f1e5sm12341001qta.75.2022.04.05.11.01.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Apr 2022 11:01:28 -0700 (PDT) Date: Tue, 5 Apr 2022 14:01:26 -0400 From: Tom Rini To: Dave Gerlach Cc: u-boot@lists.denx.de, Praneeth Bajjuri , Georgi Vlaev Subject: Re: [PATCH 2/8] board: ti: am64x: Use fdt functions for ram and bank init Message-ID: <20220405180126.GO9042@bill-the-cat> References: <20220317170346.31162-1-d-gerlach@ti.com> <20220317170346.31162-3-d-gerlach@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="R+Rs1qz93vBJxC1z" Content-Disposition: inline In-Reply-To: <20220317170346.31162-3-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 --R+Rs1qz93vBJxC1z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 17, 2022 at 12:03:40PM -0500, Dave Gerlach wrote: > Use the appropriate fdtdec_setup_mem_size_base and > fdtdec_setup_bank_size calls in dram_init and dram_bank_init to pull > these values from DT, where they are already available, instead of > hardcoding them. >=20 > Signed-off-by: Dave Gerlach Applied to u-boot/master, thanks! --=20 Tom --R+Rs1qz93vBJxC1z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJMg/YACgkQFHw5/5Y0 tyzLNgwAlaJu31AUE5ozwyyzYrt4gmfrkTaOXn4coezamN94X62XuJZuyR3jXsKa AvU/7u0ZQXF9CnZqmVqftZkqC6vrvig87TLuGN+ZhgiB38yHVaQQFKzpXY9KiE/X 26nwnMb7OYUQu0Olb13Q509FC9md+hf/mnLP96ghdSjTjy2KNsR3LTBBOTYjF36m tV0Dagr6TDWdRKkc57CKemaWYd5k2U865Q5zoYEfwLJpchTQRj8bkpe1Lz3XdaDO qiOcrzT77pisG/bDkz+zb7L30abm5S1sbHaEzfcV5ByLuy9d3iEbtcmkp3K5AgGo ZF4Q5z/vZsLpAS85cbSbmA7pV5NTcrHhIxcZYj8dMAJYdbkLcHczlMfkE4Uh7Azy cZxRzOMXc+bIxp+9qZMkfbdQ94c2Cs6/wKAk2xFwK0qGl4c72oWVqK6dP/MYzLMp r9EMfGWwcTe7CWKyDyDmrLLBBSpnnMU1189U3vNHjIRLGBmjun71rWDEJnGvxtlo VgRITpcu =sUnk -----END PGP SIGNATURE----- --R+Rs1qz93vBJxC1z--