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 86D5FC433EF for ; Fri, 11 Feb 2022 00:38:13 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 920528380E; Fri, 11 Feb 2022 01:37:02 +0100 (CET) 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="fyojZaPW"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 80BAE83807; Fri, 11 Feb 2022 01:37:00 +0100 (CET) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (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 B5A1983A2D for ; Fri, 11 Feb 2022 01:36:52 +0100 (CET) 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-x82b.google.com with SMTP id k25so7402246qtp.4 for ; Thu, 10 Feb 2022 16:36:52 -0800 (PST) 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=ctDLSWOR1CFzYejEix1E6+u9VHOjBJcIiriKtz2+v1E=; b=fyojZaPWmhp8wVq1zAO8+UyT1Ze+/8o3yZnttHr4yv8o6AOqwRLQpFqDVEkav/mAM8 JJCWwmHRvchOcw41mk+iWvbOUEhTwbvPZiNgQrdHvllSKOmS6ejzOinJ8vWCbcaFRkpC v+ySsLb0sC5siTLiHZL3R8tJKD192d8sjVeI4= 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=ctDLSWOR1CFzYejEix1E6+u9VHOjBJcIiriKtz2+v1E=; b=RhPdHVesY1GgGC+YiHvmZNPMUoLQHhi0/qtXyBw7V/cF6PjHUKDUae9a42SJTbwaAd BpSSbodZ1aYezuno6X0crga8hzABSZ5XgDLqrCDnQk+08Y6AfwGyx1WFld36T+hK1Lc2 oU3ljUAQrw4GohmsoPsPBZQG18QrlC8mDf/sT+gAcoOuMyRkEyv4A5OKWmyrGKGLcyvU iZ5lhAWi8CtSVFVEs33NvPuDcVgxDNf7Wpil0fYSoZB1/c9basKeniEJUetBQbceCyYm YmpXwlCWxT4SoOPxBxad4f+/Xwp3tnQp/+v+lD4bLrILbGoffaD/s0IxisGNW0w5ixTC eTRA== X-Gm-Message-State: AOAM531XrmoMFBhycrF8wUmU4wx0yd0BsBIQOBEQzKBvOWIyDWRbHkJ/ idv23eCsSMO0zgDw6+aJZ5SHvDlGjjucQPjh X-Google-Smtp-Source: ABdhPJw8wPliFJoX06HpkWRcqP5sTZ4tsaxtVqRaG2WrU6XIvXDFtw4QRimXLkGHGunaqotkXVuX0A== X-Received: by 2002:ac8:7619:: with SMTP id t25mr6802291qtq.456.1644539811659; Thu, 10 Feb 2022 16:36:51 -0800 (PST) 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 w5sm10627781qko.34.2022.02.10.16.36.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Feb 2022 16:36:51 -0800 (PST) Date: Thu, 10 Feb 2022 19:36:49 -0500 From: Tom Rini To: Ovidiu Panait Cc: u-boot@lists.denx.de, Marek =?iso-8859-1?Q?Beh=FAn?= , Patrick Delaunay , Priyanka Jain , Simon Glass , Stefan Roese , Thomas Chou Subject: Re: [PATCH 2/2] common: drop CONFIG_SYS_RESET_ADDR Message-ID: <20220211003649.GB2697206@bill-the-cat> References: <20220131072022.440711-1-ovidiu.panait@windriver.com> <20220131072022.440711-2-ovidiu.panait@windriver.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xd76R9tHJzDpbIo0" Content-Disposition: inline In-Reply-To: <20220131072022.440711-2-ovidiu.panait@windriver.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 --xd76R9tHJzDpbIo0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 31, 2022 at 09:20:22AM +0200, Ovidiu Panait wrote: > There are no boards that define CONFIG_SYS_RESET_ADDR, so drop the > remaining comments referencing it and also the config_whitelist.txt entry. >=20 > Signed-off-by: Ovidiu Panait > Reviewed-by: Stefan Roese > Acked-by: thomas@wytron.com.tw Applied to u-boot/master, thanks! --=20 Tom --xd76R9tHJzDpbIo0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIFr6EACgkQFHw5/5Y0 tyxfjAwAsfV3XbFQ+JHsIo0eyRwL6H/F7T6RgNhEe891zkD0IOPDIiT55pvbdtJX gAPuI/6XTY3uF2U6VZt3bIP6UgyZnJJ7Uz3JPqtpFjGZXoIfzKans52PQ3JpjTTG hSBdghSfO+nzIGpE/8tDE4wmVG2kexoyBOUc6VHeLa2ZB4B7jOasssRksMZy99Xz CtzMEtTVsWQLrRF9IXYnXZYmGoeQZaj1TGgxEsRPCJuVS2ZAfQNV075xrptRl7sC +tp3pfDKC858TwiAlASX3TdMCHYrbIw8Ma4RI6q9i4KmhIYZg83PmkkE0jC3udCL SucESpTQTvCeJXpRXnPJ25elKhnT85wcWrVdb8ZfPBw2wTnQDlOuRv3zxSgUgPb3 ZDaZcVWY5h60CI+BVLIDzAGNsg1YyD28X06dSMN4fb7IbbITIf6375l5OhA6PPTj BbuQtBB9+uHBKzyaczb8CT35oCNDpsiUaPY/GK+gA7YMiU5ZAK2W7t8hRnscbYjf fqnNccqR =wnpT -----END PGP SIGNATURE----- --xd76R9tHJzDpbIo0--