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 DF20FC00528 for ; Thu, 3 Aug 2023 21:47:37 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D954C86CCD; Thu, 3 Aug 2023 23:46:52 +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="UMFucj8/"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5B8A386CCA; Thu, 3 Aug 2023 23:46:51 +0200 (CEST) Received: from mail-yw1-x112a.google.com (mail-yw1-x112a.google.com [IPv6:2607:f8b0:4864:20::112a]) (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 2DD82866BD for ; Thu, 3 Aug 2023 23:46:49 +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-yw1-x112a.google.com with SMTP id 00721157ae682-583f65806f8so16913317b3.0 for ; Thu, 03 Aug 2023 14:46:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1691099208; x=1691704008; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=Hz06fz0uNcBG3KI//jfMSETzcT1JrZbFLa/c7RC4aro=; b=UMFucj8/zajiSs066DGIB8SZ8qay0WJAKzOpKpkT5R/7xjn1MO/3zrjhxyyNa4A2cp epGw94lzf8gmAF1tWO6ijJIEj3uSklav9mcqutFIRnXZsah9NIGGGOyl+5+6fVDlg4Yy lRVB7VfhWLtAquH3iUc0CiOiBULBh1xCLVxaU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691099208; x=1691704008; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Hz06fz0uNcBG3KI//jfMSETzcT1JrZbFLa/c7RC4aro=; b=HdVev+sNfpEXBT97DM+KUfwpVkdIz1GOy1RidjTDdYhK/z+iWoyq5MWpIYQxqZQhSt QJAwUPsS2wy8960VBY8i0iQY3gmLw/J+AITIgpuePi7mUlqfgMBt+u2LDCDuoc2KE6sB 4jALrlDIUE9cUxMUWOhuofFNlrA0auI3fz/lSf8UaUe6SEcLYPYxp3ypKOmAke09qn5m A2gTLyu6ZHC3ZBdb9WjJ/yaaIyWj3iVyf9fip15WHdTSn48ZTZjUGj3sOukbW2ZAYhb6 z8Q2/UVu0UZVRuqrrTHQd9gLbd0nT34++Kdd6K5+YsfmbP2U6Hs6KhdeUQLgiFVAyhQa E9Dg== X-Gm-Message-State: AOJu0YyN8el5HzT2L1LfVhD0DgV5fjWeCEWwKeoOd0p8Op/8j/JkPYp2 Imcw26UP7Y7j2N3jHM+Wn9IyP8E7Cf7l37HgiixI9Q== X-Google-Smtp-Source: AGHT+IGROYONfZVScakPW0X9DxOkvozYcujB8iwk+S7S35NrvVcClSnAlzsOcODVlTOk3/SpU40enQ== X-Received: by 2002:a81:9249:0:b0:576:d65d:2802 with SMTP id j70-20020a819249000000b00576d65d2802mr7302797ywg.3.1691099207844; Thu, 03 Aug 2023 14:46:47 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-68ac-3ac0-af0b-6541.res6.spectrum.com. [2603:6081:7b00:6400:68ac:3ac0:af0b:6541]) by smtp.gmail.com with ESMTPSA id q68-20020a818047000000b005773afca47bsm254655ywf.27.2023.08.03.14.46.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Aug 2023 14:46:47 -0700 (PDT) Date: Thu, 3 Aug 2023 17:46:45 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List Subject: Re: [PATCH 1/5] bootflow: Export setup_fs() Message-ID: <20230803214645.GG3630934@bill-the-cat> References: <20230727030128.459760-1-sjg@chromium.org> <20230727030128.459760-2-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vkYYoKSg860NvY9P" Content-Disposition: inline In-Reply-To: <20230727030128.459760-2-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.8 at phobos.denx.de X-Virus-Status: Clean --vkYYoKSg860NvY9P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 26, 2023 at 09:01:21PM -0600, Simon Glass wrote: > This function is used in some bootmeth implementations. Export it. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --vkYYoKSg860NvY9P Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmTMIEUACgkQFHw5/5Y0 tyyKVwwApplDbdMAIBX7cl92MZWdZwiOA9McpFTnFTX2herwjhQzAareHfNGHn0L dcTQaXikOa3gvsCAM/4v07+aGXjhvQEI/NvPezr1O1fxAuzsNSKcVahlI1VGSGI3 WhI3wDdDy0w9EL+vomkQ2uk5M0eLKz/qwVkce9NpWf9T8fQesdXh170+erNpnIYu 0T8chHbf7PnI+Y6SDz1C+ePCspiZj5bSROfe4bxKr8F2nDwTjGKVot9sT250F6zS ZZw/NvuyUOhdqS7i6bNV9bZBtxOyuBcr/T4oeU3nP6OfAP4h4o3QfA7342db82CT YDMOWDdtDKJMYjg65t7qEHmpRlxnCbFVEC5lDD0BGo7ipO7hQyQc52HwDhptG/ow rFgwgKcB8vL11r7WbtIot+dGLgANto2HMp8G9uCL4gD7oxffJj9/qEgc36+xkV/s +/fdcDYmFWGfAe0qps9zsxTVb/0svixvOWDRpjDqG3JPHRq5rpKzHSeJHmkTmm4V e7LAWFM1 =rnjQ -----END PGP SIGNATURE----- --vkYYoKSg860NvY9P--