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 6922DC433F5 for ; Tue, 5 Oct 2021 22:02:31 +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 9F05F61181 for ; Tue, 5 Oct 2021 22:02:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9F05F61181 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 51D908319C; Wed, 6 Oct 2021 00:02:16 +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="PU34aIfk"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 09E6F83121; Wed, 6 Oct 2021 00:02:05 +0200 (CEST) Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) (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 6BFD0831BF for ; Wed, 6 Oct 2021 00:01:59 +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-x735.google.com with SMTP id c7so537234qka.2 for ; Tue, 05 Oct 2021 15:01:59 -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=50ZkffZojPdQMYrIvIGR0EL8lSz43j4HTUBSRrmcQtM=; b=PU34aIfklfsTGkGCzLgOkBLaIm+jhtXoAxZ00Lj1w4P1256+bP2CWIh6Je7rmnfTug aDQU8sIQQONMEbc8PpO//0ZTi1WGR9HcpbspS2SZAtPg2vsq95BsAx7VT8/NbPPifL5H M5eYdOLdr46/7VAI/xmwZsbxA28RfraMIfgw0= 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=50ZkffZojPdQMYrIvIGR0EL8lSz43j4HTUBSRrmcQtM=; b=1pXHcHXyfguer+e9ZghiJhGSz3oe1YCBmmvP2AVFh2E63osVLbFkpnG9IwPFclpitN rJJMquH3mOup9tXp01J0BsHxv1cUl3pX+b2Q+LNhgFCN5/LCfoZEBnleO9M0MPT9+J0Q O1KYV26lwdkicxkD0Ch7ovSB2++T0BxuL+dRjV1gVHh9o+Rv69e5df7QDuTzPS/Nvx94 p6InkC4MnlfMBnWTtTWAW9nuJLgN4CigyN3taUgc8VHvzIDmT0bU9OFL3zZ7GVhqLU34 B6ay7ZzYE+GPvduPYiSeCygUXH7ohwMa/nIWlivQMkSCU9dSW9VmQbQESNNf1BdZM+4+ pOqA== X-Gm-Message-State: AOAM532wQE7PlWrsu43Rgt5LXT5kCLo6ciD9RILZk27ExGwo6O6PYRhr +LDwIXjrgbtrmV2j843efMhRFebWpt/dcw== X-Google-Smtp-Source: ABdhPJyCCtmvLRdRr7bAEOxY9c8wC/KSTNJUuNEDFY4Ho/Os7PeyB4ttCHvO51awpXnpDdcPMxOlGA== X-Received: by 2002:a37:a714:: with SMTP id q20mr17052924qke.251.1633471318246; Tue, 05 Oct 2021 15:01:58 -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 l6sm1601134qkj.18.2021.10.05.15.01.57 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Oct 2021 15:01:57 -0700 (PDT) Date: Tue, 5 Oct 2021 18:01:55 -0400 From: Tom Rini To: Alexandru Gagniuc Cc: u-boot@lists.denx.de, patrick.delaunay@foss.st.com, etienne.carriere@linaro.org, sbabic@denx.de, festevam@gmail.com Subject: Re: [PATCH 2/4] lib: optee: Remove CONFIG_OPTEE_TZDRAM_BASE Message-ID: <20211005220155.GD31748@bill-the-cat> References: <20210907170709.2684890-1-mr.nuke.me@gmail.com> <20210907170709.2684890-3-mr.nuke.me@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8IXbTAy87sU8bUFQ" Content-Disposition: inline In-Reply-To: <20210907170709.2684890-3-mr.nuke.me@gmail.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 --8IXbTAy87sU8bUFQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 07, 2021 at 12:07:07PM -0500, Alexandru Gagniuc wrote: > It is no longer used in u-boot. Information about the TZDRAM location > is usually available in the devicetree as "/reserved-memory/" nodes. > Because this isn't used, remove it. >=20 > Signed-off-by: Alexandru Gagniuc Applied to u-boot/master, thanks! --=20 Tom --8IXbTAy87sU8bUFQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFcy1MACgkQFHw5/5Y0 tyyj5wv/fLY+ahVTvqd5DKjU8mTsH6oBfwYDETaBJIkd1CZ7FlWPYDLUD/UdRWjy 2sYClb2M1fMMKM7TCWV6Tk/Mtb/Nq2PnxEVD2fYfTjixDGp+BJGs+x7cgJRQJaO5 x/A6NoBaItzWCoLS1E505X3QrQqwyj4sLNtOVc/54drcqrdoEMmm3vGKVjLQZHgg hfb4+Z7dJnyxF6g26M+05QZFxPBFgPziFRcN+N9rDlmJnn1ZD58PG5rkBDuwWswf poYIfvgmY7ik3qJm+MEH776Q77Lh59CEjYDiz5L8eDztF0lMOe7qOmssjPUB98Zh oRjjEjmNTJZ3k+5z9Sgp39EVzeylVTI4m4nwyc69HYINX/i4qCFy9lQnsNK6Mf2b BvGDypd6coQ8/4Y0gQJ3cN3LRKodVHN+jWnNzTw/kwjK+xPoiy1A2P5YsyJxLFJq y32SNRz5LBxU4T5cDlCCiHvtPEWobw1Ef2cAZlAvdfAZcJjQElIIpUdtuoewndEP gt3UimND =BZYP -----END PGP SIGNATURE----- --8IXbTAy87sU8bUFQ--