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 A8800ECAAD2 for ; Sat, 27 Aug 2022 12:06:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C45A784915; Sat, 27 Aug 2022 14:06:24 +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="eMW6qIci"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 476D08412C; Sat, 27 Aug 2022 14:06:20 +0200 (CEST) Received: from mail-qv1-xf2a.google.com (mail-qv1-xf2a.google.com [IPv6:2607:f8b0:4864:20::f2a]) (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 8D85A84062 for ; Sat, 27 Aug 2022 14:06:17 +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-qv1-xf2a.google.com with SMTP id l5so2998573qvs.13 for ; Sat, 27 Aug 2022 05:06:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=B5wZA2Xx3KpGjryOCPfM33V4J33HINTPeXOKMULI5Bg=; b=eMW6qIci6DkA9reUFpgwR4X1FrPo0dR9C8Uff05sXYr78EFxXWPjFZBx3ctnswdnky DrlauWJui8mHjpQvUP9bm1/3C/I9ucVOs9C8dAbTOSaWRwx5hpnTgx/k+D9z0Jf8IcgF /+s5GMKcKpUTzeR+Ths7c7Z6zOx2xxZhhbTbA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=B5wZA2Xx3KpGjryOCPfM33V4J33HINTPeXOKMULI5Bg=; b=BMCepQww1DiY3KpUqSUmb6jl5P2vt3Rm6Y6c6NYPsNxeds0Uc8QR4hBvP8Oo4ii5fE pG+FmqQIYj9tyELGXo84J9p0YQUHlCAuDZ4i5/xb9dvaWK+m0VMbFdSvJCopIbTBr17Z JyV4GCVTuUsE8aBXKYkb8chInX081N8MkgANQRUGzFItlJZXk+VURlQpFjC/LdWRYWoQ FBny8ZoCo4XLgrKBTWVdrLUPv1uzizvl+dRQImHQCIUjAhcnQMz2P8VTgT01XezWfMte RbMiNAI2ANIR/J+7ZYOTcRRzrL+z0Bqrcs2a/fzUP/4fOOROHh7akpMjtf3kOa/ir+bT hP0w== X-Gm-Message-State: ACgBeo29OX7gVv1fjBwUU2igV0T/RERP2RigP4aWCIivvqpr99aQ/sl/ 9wQOfgP0ATRBrsoO8ITXB+BIMgjb4j4WvA== X-Google-Smtp-Source: AA6agR5BHsJYOf/H05UZHR2iGtNKkdSyqJXdcuVQHFBcomyiAnPmzz2WaithZ+ARMea+ad1eLiqlbg== X-Received: by 2002:a05:6214:2342:b0:473:bcd6:a3b7 with SMTP id hu2-20020a056214234200b00473bcd6a3b7mr3289350qvb.88.1661601976153; Sat, 27 Aug 2022 05:06:16 -0700 (PDT) Received: from bill-the-cat (cpe-65-184-195-139.ec.res.rr.com. [65.184.195.139]) by smtp.gmail.com with ESMTPSA id bs31-20020a05620a471f00b006bb83c2be40sm1761152qkb.59.2022.08.27.05.06.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 27 Aug 2022 05:06:15 -0700 (PDT) Date: Sat, 27 Aug 2022 08:06:13 -0400 From: Tom Rini To: Stefan Herbrechtsmeier Cc: u-boot@lists.denx.de, Stefan Herbrechtsmeier , AKASHI Takahiro , Heinrich Schuchardt , Oleksii Bidnichenko , Sean Anderson , Simon Glass , schspa Subject: Re: [PATCH] disk: part: remove dependency to ubifs for spl Message-ID: <20220827120613.GG7942@bill-the-cat> References: <20220808144517.22967-1-stefan.herbrechtsmeier-oss@weidmueller.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bwMunqOr7B7rzQrh" Content-Disposition: inline In-Reply-To: <20220808144517.22967-1-stefan.herbrechtsmeier-oss@weidmueller.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.6 at phobos.denx.de X-Virus-Status: Clean --bwMunqOr7B7rzQrh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 08, 2022 at 04:45:17PM +0200, Stefan Herbrechtsmeier wrote: > From: Stefan Herbrechtsmeier >=20 > The spl doesn't support ubifs and thereby doesn't provide the > ubifs_is_mounted function. Remove the dependency to ubifs for the spl. >=20 > Signed-off-by: Stefan Herbrechtsmeier Applied to u-boot/master, thanks! --=20 Tom --bwMunqOr7B7rzQrh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmMKCLUACgkQFHw5/5Y0 tywTPQwAlSjJMO2kD9A2w/LUf6ZaywshmpeI4rJcDxOo1DT/1cxY8z73Y+VPrx7l /zWZ0sa38p+NyW6tBHGeisKd5r8eDqPHVjb/D/KBIMLNXMXmB45ozqqrvIuUqJAb GzjCvPd/SgZNmnqFEdUlEY0JRXzLPtiEUuXna+RzLtnU3xze4SKhX3KLB4GsTYWB tm2IPIfU4NfUH7fW6f/iU+BBp3SjvXDAqXrlLjpJLG/vmbsZ9+gZ6BiDkL4f+T4Q +9k+v0HXVMibNThexf8c9CPyoEwPTbyog2GcQTQMdNt+xh2Ba9R3Ho+sTjCOEkEF T/kIhuJkta+TLQA92gX+qxRo8jQES/6UNeOJ8TejtSlRn5+wY0O/6lYFcd4AP2sM jx32km+rblkNh54IFBm0zkfzSgCz/QwkHbvr3/26n2s9VlWP/VrgZ2dgMBOzE1G1 W9rQHySBunJzrKCBa7wI1Boffo6p//k4/gEdope2ll56VgRoj9U+YGW0wEctFWFA hWFBwehn =1oJ0 -----END PGP SIGNATURE----- --bwMunqOr7B7rzQrh--