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 0CCDFC433F5 for ; Wed, 20 Apr 2022 13:12:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4467583E49; Wed, 20 Apr 2022 15:12:00 +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="sYMtjOVP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0581783DA3; Wed, 20 Apr 2022 15:11:52 +0200 (CEST) Received: from mail-qv1-xf34.google.com (mail-qv1-xf34.google.com [IPv6:2607:f8b0:4864:20::f34]) (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 14B1D83E01 for ; Wed, 20 Apr 2022 15:11: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-qv1-xf34.google.com with SMTP id n11so1297495qvl.0 for ; Wed, 20 Apr 2022 06:11:49 -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=rLTsETPHHUZGljOQHISbElNk0hFLLarSvW+JEBKVdFA=; b=sYMtjOVPQH+FY4gsICtJAPjgwsdzEgnIewyr3f400HYJKUObDRDYkFuNXQg+P0IsB5 D+r7URl8eEEfuwtgTqP5F02iklwqZRKQ7w4dkt69hyJ7o2TzzNKu8/YqFsAZXzk0Wmvc KnHzC1JnJqbw99eYv8r/Tx8Yce8+y2AO+cSzc= 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=rLTsETPHHUZGljOQHISbElNk0hFLLarSvW+JEBKVdFA=; b=7fT26oWsgWo1uLnPoUe7ENDasi8OFiULcKeP5ayLXbBSyIiIna4+VyaI1bWoIwgvMB JnFgs+z0KnQ0lF57RwDBuRDKRkwAIU2jf+F3+OUx8s5Hnp8AFJ43aDQf7P6S0tdkRk7l pMpscN/Mt+zzLAlZG9729TIm4PxzCNJpx4GtP9N5P11VpxFp82OlgIj3sRHx4tod1tjw xC9hYulQN9XcQrflrN7x2l2eeF59Xzs4odofRe4PoWTuU46+SfjRPNC7PEk4eg436jMH q1FmYb1Wz6ZEH5fbZ51001WahbcESC/l9/5I4kukjP0cIeqbCGFe7gGg973wjAQ/oblF f5Cg== X-Gm-Message-State: AOAM532OtYVsg0PGfvsCBo7+sL6IlkNBI7w5U3IxnyG+ROBDEen3Kn3p 8y/Xy6U6JT8CP+Fo9TS1WoxYog== X-Google-Smtp-Source: ABdhPJwm45ur4ELAZHtWATEJ7VMtlZEdmGOdJZIgqRhYyaPVmtozy7VeN5G8hAfkQ+FPsZnu3zRBMA== X-Received: by 2002:a05:6214:5089:b0:446:6576:95bd with SMTP id kk9-20020a056214508900b00446657695bdmr8948573qvb.61.1650460307883; Wed, 20 Apr 2022 06:11:47 -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 o21-20020a05620a0d5500b0069c59fae1a5sm1421169qkl.96.2022.04.20.06.11.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Apr 2022 06:11:47 -0700 (PDT) Date: Wed, 20 Apr 2022 09:11:45 -0400 From: Tom Rini To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Simon Glass , Heinrich Schuchardt , Sean Anderson , u-boot@lists.denx.de Subject: Re: [PATCH] fs: Allow to compile FS_BTRFS when SPL is enabled Message-ID: <20220420131145.GD3045430@bill-the-cat> References: <20220407125325.5382-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vavxEBoGuREFpPEl" Content-Disposition: inline In-Reply-To: <20220407125325.5382-1-pali@kernel.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 --vavxEBoGuREFpPEl Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 07, 2022 at 02:53:25PM +0200, Pali Roh=E1r wrote: > Currently there is no btrfs support in SPL. But macro CONFIG_FS_BTRFS is > defined also when building SPL. When both FS_BTRFS and SPL are enabled > then build process throw compile error. >=20 > Fix check for btrfs code in fstypes[] to allow compiling FS_BTRFS only in > proper U-Boot. >=20 > Signed-off-by: Pali Roh=E1r Applied to u-boot/master, thanks! --=20 Tom --vavxEBoGuREFpPEl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJgBpEACgkQFHw5/5Y0 tywUCgwAhX06GMjRFEpv1mFmFjyRcECg22/chwbgpTVV9plrP/hr6ssfp0NYVDW4 rJ5Ks2f5WFapcaubDp2EnE/51wjdxXFYEFKD7JXbGOzOtve5LWPDNnOy1skXTYAZ LcHiPTZGbj8y28MnicDH5b3PN+bdbRyOlDAaOnCybdCHghFk8tkpXebfnCIoLdvt zZoyLlYMJPkBS9toAS5u8XWB6sX93jQ3HI9Dh5PTGJvgExjpEOlvJlfjrkN9CXWW FGQiYEZxFrUJH4XWb8U49fgKw3fgNS00L93aZNitti4M06lbcn/L97mOEwI26/WJ YOiCQPnRIWEMUIcCts6Kf9lPwdHvWpGCIiSozIvXAp3xK0zzP6ZXpjDf2QbT/T8U 3Kc3PcC/WeANWCwrIinC1b87WorGyyjRjLbxtfdDjaQkgFPZdX6e9C4Fk9lEPYY3 S8TYDtn+ym2GMTn3ZDFmqRoCwR5t8mdqHkt37rwGdSfak7jcmxeMjt8nwZ6qIa82 z/0vl5GV =Be99 -----END PGP SIGNATURE----- --vavxEBoGuREFpPEl--