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 E522BC433F5 for ; Tue, 19 Apr 2022 12:49:42 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 37F3383BE5; Tue, 19 Apr 2022 14:49:34 +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="I0RpmFxB"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4B05A83BF6; Tue, 19 Apr 2022 14:49:32 +0200 (CEST) Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) (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 F308E83BE5 for ; Tue, 19 Apr 2022 14:49:28 +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-qk1-x734.google.com with SMTP id a186so10566217qkc.10 for ; Tue, 19 Apr 2022 05:49:28 -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=1rHA4qHmDJUmDZ39hNLfwQkX5ZyKDeY6mVDLfX/TzIE=; b=I0RpmFxBj+L7QE4Lik2tSjbCsSR11gFA43om1Oux/zENPWKknbFy3SzzLsVLVUGOOx dfdQBJ0jAvdo+GKnInyhRkZEPsUJsTVFx3HuBe8JN49PkAMFcRt+v27YAuZzSnpIy5dg T9Vk/EmZcocSxGyiSuE0qSXi4rlrx0LB0vTrk= 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=1rHA4qHmDJUmDZ39hNLfwQkX5ZyKDeY6mVDLfX/TzIE=; b=f/sgumCEIG9YiQKVrZAQkHE3Gc2yPcQwzeDIzdCNll+mE0gCckMKvUzV4giG7pxwMk a+JFQUSipVporR7Z97bj/cRh/bzJdCCQRmmrM87ktfFcMuYKQVjg3IAfZPtSumerqY9v ETzGRtSuo2Q27PIrxlYFGN27kRGdVicQFPL5cjREaDvdYiTukvTdhi3aCGUXbclZG9UX oYgfHQjQikWTHNURoVnliuFM3MrCAW16jg9nKol4t8dCNJ/od6ltCtRx5gf72/I/Bhx8 4HbUI5rGUJnxPklbub0tYy3RDKNshasgmn6uEVFTV2hLlI67aGi5Eys6fgRnqg52gTjs /UyA== X-Gm-Message-State: AOAM532MuK6nqHFIdzmMDVdDgwB6KwyHKcEYr7hmklL4AoilbzVkLPQB wjcfFxc70QUMjGAZ9/gDW6pp+A== X-Google-Smtp-Source: ABdhPJy0Zny6MrbXxOB3wCrFDGQvocsICaXt2vCzPZkO5YWa/0Xs8GYPHvWEYcqjPAQEz7vqWvICRg== X-Received: by 2002:a05:620a:6cc:b0:69b:dd1b:3235 with SMTP id 12-20020a05620a06cc00b0069bdd1b3235mr9381419qky.374.1650372567769; Tue, 19 Apr 2022 05:49:27 -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 q125-20020a378e83000000b0069bf8409e6fsm8385533qkd.28.2022.04.19.05.49.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Apr 2022 05:49:26 -0700 (PDT) Date: Tue, 19 Apr 2022 08:49:24 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Sean Anderson , Marek =?iso-8859-1?Q?Beh=FAn?= , U-Boot Custodians , Masahiro Yamada Subject: Re: [PATCH 03/10] Makefile: Drop a stale comment about linking Message-ID: <20220419124924.GH3045430@bill-the-cat> References: <20220327202622.3438333-1-sjg@chromium.org> <20220327202622.3438333-3-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fOHHtNG4YXGJ0yqR" Content-Disposition: inline In-Reply-To: <20220327202622.3438333-3-sjg@chromium.org> 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 --fOHHtNG4YXGJ0yqR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 27, 2022 at 02:26:15PM -0600, Simon Glass wrote: > The bug mentioned here is fixed, so drop the comment. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --fOHHtNG4YXGJ0yqR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJer9QACgkQFHw5/5Y0 tyxIcgv/Z7BUWUlDXeD/19SQKjzPviukVs08sTKmPLXk0hPR9Z0ib486rxsL8LYX WgmiSeAZ7bgc50MLI3SSNfkh/IpWJU2B+dzaGkIgaEt6NYaKkX+9buaF88AMjSmd /9vsomI0fbw/qp0ZGXBdJx9v6TaxtjZ9nqGpVUiJue2j0oF3FXxOvdAoRwu9Czkg cnrqCWog2Y0pwkl4WeFUfN5NlqfZNnkGwFHoJ0npox6G0gvnr9OqDR7nvBZRODPP qqTyjcWBXN1anmINSyTcnJKWsLfFw4PqK6mDazvaU3ZxsKw+LfuBr9XAOwY394KI RlwzJREoZ1X7nOr9lEQLszvLOJeRr9RLCjC/ljJSjPQJF7H6F/0jGRGwF3Tu6h4h hrYDGPnpsqafzbzDy4EQYwP3xjypih8tVfd3CbL6dXtMn+L1ZcsAcfOfqSwkgLKM wjDokfHFb2vEgnFKyQd8VLYAsxi3cSZFhPLU0EceWo9vxTkUenVTf1NO9/WjZvJH KZZJkRC+ =5/Hd -----END PGP SIGNATURE----- --fOHHtNG4YXGJ0yqR--