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 59285C433F5 for ; Fri, 12 Nov 2021 15:41:29 +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 D777260F0F for ; Fri, 12 Nov 2021 15:41:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D777260F0F 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 117D68301E; Fri, 12 Nov 2021 16:41:12 +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="QhfOdpv8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 81EEF82FF8; Fri, 12 Nov 2021 16:40:29 +0100 (CET) Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) (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 5542183023 for ; Fri, 12 Nov 2021 16:40:06 +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-qk1-x736.google.com with SMTP id t6so2250392qkg.1 for ; Fri, 12 Nov 2021 07:40:06 -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=RnQP6tzkJKBHRSTSNOuCkU9NlhvuKZxD7xM303YLgtg=; b=QhfOdpv84c5Y13I3QhyfDt0TyKrNfMPSq3GnQpCgPoNUj5o78oh9Udz8RlkERDBUOP DavsuOqLrKCLpEQx4FV3igExiFiFGsAu8D2OkgRYhas++B6ltHm5Zb/J5jY08XIewKZW Hqt5cByCyBi7JmmhKVxA/t8fZAnFUZhQ3nR+I= 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=RnQP6tzkJKBHRSTSNOuCkU9NlhvuKZxD7xM303YLgtg=; b=TO1fy75KXUJybhi32TgokT/xHzslBqsGSDG313Fj0/2HfjkI6MD1neWuQ5JcFMfQjX AbNLQRvanY5A1dR8vMBjCN13MYMcr9Tsph39ppCBXfPIDsiRl+OwANFTbnEUGxaz8Sr/ Kjnnu/nosc1pMQdNI0rq0gUlWFHw6t8PzBxYD/kF3CJwilyvo8ohd3WznmhqSFwSl+bf 5Ke7aMeF4f6nk0zrzYwL/VIuKqpPNpfMGqPl6NU8K/GkRQ8LtcA0kqBRAW4Gc/P5BrGz k+zs9KPiHEp+tOrFlSUrXYMZLATdvwStFClU4aMTlbuZzb/luZEjy8YIUZdn3WjDW3Dx Mldw== X-Gm-Message-State: AOAM533MTXGelVzPPYe7fLrdEdAB2rMjex2Mpz3uIS2n8Q0c84y7vamU nuOQ/UaGPCj++s4RpwoIJ+JZLg== X-Google-Smtp-Source: ABdhPJwIMR/GygPkTOmGw+GyjPDramB8fs3sP4MH00rmkARmTod/FiwiGLqQIKhbk82KaN3CAUYyZQ== X-Received: by 2002:a05:620a:a45:: with SMTP id j5mr7870465qka.392.1636731603363; Fri, 12 Nov 2021 07:40:03 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-99df-60fa-a7c9-fbd2.res6.spectrum.com. [2603:6081:7b01:cbda:99df:60fa:a7c9:fbd2]) by smtp.gmail.com with ESMTPSA id v5sm3141476qtc.60.2021.11.12.07.40.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 07:40:02 -0800 (PST) Date: Fri, 12 Nov 2021 10:40:00 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Patrice Chotard , Artem Lapkin , Joe Hershberger , Heinrich Schuchardt , Peter Hoyes Subject: Re: [PATCH v3 12/18] pxe: Drop get_bootfile_path() Message-ID: <20211112154000.GK24579@bill-the-cat> References: <20211014184811.482560-1-sjg@chromium.org> <20211014124803.v3.12.Iabd27f61cd3bf528f835dea68f0c3997e85be0d0@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="X1Dg3wqFhWi9JwNN" Content-Disposition: inline In-Reply-To: <20211014124803.v3.12.Iabd27f61cd3bf528f835dea68f0c3997e85be0d0@changeid> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 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 --X1Dg3wqFhWi9JwNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 14, 2021 at 12:48:05PM -0600, Simon Glass wrote: > This function no longer makes sense, since it is pretty easy to prepend > the boot directory to the filename. Drop it and update its only caller. >=20 > Signed-off-by: Simon Glass > Reviewed-by: Artem Lapkin > Tested-by: Artem Lapkin > Reviewed-by: Ramon Fried Applied to u-boot/master, thanks! --=20 Tom --X1Dg3wqFhWi9JwNN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGOitAACgkQFHw5/5Y0 tywcGwv9GJ7anlrZ/QdZgFfxoFtM15jwB03WMNjjPDmkw61oDjNDxUTXNVgSY2Ad 5oyb0913cgg7B2mOfjlktlG8frYJiVTmYIlI+YRBPTN8XadpsLuJyRIJnlXUNn/q Ml+dMxKLbXtmqS0BLu4T1yiYkWreDEJdvcC8hznwUcjBylW3M4yReUe8rc7CLeT1 pN76Pn4rOBuIwMP2+OucgPve51aX8aRwjKj83ZKlhCHXalENNvivg7QeD041aJ7r weu3dRK5Al1YibU1YGia2xj3WSqHpgny/SnuQGLPeC36Y0NYQ2sGOGkC3KJ299+b u+i4MICgRJxK9OwWAIoWNlMqYB3u0t1Nt5iju0s7+hzh7+6hurRcICsdf3bmzZxL K5vSfzx+m9rPR7EAwkqJL58b/gZQ8InSjhNouD4081ZQVOCjP3uz4QHhzCIVEPG6 x1Oaeht9ikGU22AO9pgU8b3cIuypIyZIao1ThUX9XPIkIiIqfZeDWNgU7xVQpxvk X0V3LGUB =OQt+ -----END PGP SIGNATURE----- --X1Dg3wqFhWi9JwNN--