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 5D5E8C61DA3 for ; Fri, 3 Mar 2023 23:48:37 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 90A3A85DBF; Sat, 4 Mar 2023 00:42:57 +0100 (CET) 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="juRwLdFp"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C906D85E17; Sat, 4 Mar 2023 00:42:55 +0100 (CET) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (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 70D1C85DA5 for ; Sat, 4 Mar 2023 00:42:53 +0100 (CET) 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-qt1-x832.google.com with SMTP id d7so4739428qtr.12 for ; Fri, 03 Mar 2023 15:42:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1677886972; 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=iLpwCBoQOyWUU1rbQcnhHrFMsp3oCU1FOverkGh9FKo=; b=juRwLdFpQhSEtaF3P78vswMtdtkcqUqUlcy61VulnGw7EQM3etlg7vtztxceAQ5Fkh PiY4SvisYPoMlmbt1JpkSjJqRFZUFTTOc/UbXiOZHiaCSwqjy9xXWpQ7rzfR18wwz6C8 q+DOmBqKhgY1jHTzouG88tjSjfVqKD0eZCnlc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677886972; 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=iLpwCBoQOyWUU1rbQcnhHrFMsp3oCU1FOverkGh9FKo=; b=i9zBMhzlvLjNCi9yYTblWm/wR6p6Sc+p7WCBAlcLIm0aohU1Hhwe4hSqhqDE2Px8Pt NBMAnXh9dTgY4st5VkJM9ffYCocfRLEhCwMkkAO+gzBNQK7TaSO8Br6g99R8OMh4wFqa UuqDDK1ALzxbkLsFSEdVpfiK/a2PTnJaxL8gfO8qcZHyTOM3gX3uorhuOOCXXVDJLFJu UjGCacG43pW2SZPkLQajUfp9A390a2tkW2A3D9Ye8MoiC3nxtxGGQ/z6vvUv7OdRknis jN7wDi4uOJUUdkW5yb2ADw5klUGA4mTimy6ak1wS97AzBnApKbwnMM2kjNII0nULwJ+q sSVg== X-Gm-Message-State: AO0yUKWs9zN9IDPFLlguyhKuF8eGPqSYm3R0KHB6BUjzFjfc3tOIwqzL lSogyyd+VeU46Lhwt7kUh9IUnvgDrw/LSjIFZ1tnfA== X-Google-Smtp-Source: AK7set8jZpFAFit5NdD6c1SkJx1kHfPInCxCilKwp8oFuxrAje+OmX9hF7xnsXFn9NjHx2lFVMRnEw== X-Received: by 2002:ac8:5a82:0:b0:3b7:ec70:30af with SMTP id c2-20020ac85a82000000b003b7ec7030afmr4924114qtc.46.1677886972336; Fri, 03 Mar 2023 15:42:52 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-0000-0000-0000-036b.res6.spectrum.com. [2603:6081:7b00:6400::36b]) by smtp.gmail.com with ESMTPSA id s4-20020a372c04000000b0074283b87a4esm2596782qkh.90.2023.03.03.15.42.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 15:42:52 -0800 (PST) Date: Fri, 3 Mar 2023 18:42:50 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Baruch Siach , Fabio Estevam , Stefano Babic Subject: Re: [PATCH v5 36/44] imx: Use SATA instead of CMD_SATA Message-ID: <20230303234250.GN968799@bill-the-cat> References: <20230222163425.2043934-1-sjg@chromium.org> <20230222163425.2043934-37-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="E09RYoEm5ORquKHw" Content-Disposition: inline In-Reply-To: <20230222163425.2043934-37-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.6 at phobos.denx.de X-Virus-Status: Clean --E09RYoEm5ORquKHw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2023 at 09:34:17AM -0700, Simon Glass wrote: > This causes a build failure on mx6cuboxi with split config, since CMD_SATA > shows up as enabled in SPl (because there is no SPL_CMD_SATA). >=20 > The condition is wrong anyway, so change it to use SATA instead. >=20 > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --E09RYoEm5ORquKHw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQChfoACgkQFHw5/5Y0 tyxh3AwAjKLYGgBKkiLgiaPGTIPexia2mzoH0gDosnrrQVHjzB/JcSS3CtLBaStP rXtfDOPQCyws1tELSi8t+oZN3yUrmKX+/VSj272AyFMiJr4MtuOzzUkSs3VfSAfJ mf0TvV0hleH8Zb4+DOApLUABrTBF03J+tX0aKT6uBsxM4luqTlI3iWI6qvoHaWLA 0Rbm3vrP9PC1NkSqhLZaIfpBVFXH2Ayj2ZK5P6R+i4mCPPiGMYbucHJPkH1he+fx nMQAnny+FKz3QLUtMuaBVXeGpE1n2vrVVPXOjQKecWiA2NuKN2wOriz/ZW8TCG7E SfAnPbNXiApF6ISD7LiGW5huSvMe1Sn97ugkFLptEQWN2uYKUVrefuobv6rcJqON yaruAMLJQS/KUz1QjUPZF17z9UG87dr+rCsUwHXwOyUNOTsYXvSK8BzPjlBajGB7 wONbYSpp2oGLP/rT2PB5U93VcBK/YLtF/73qXm19GYj1Ve5IAmCyi+qs7jwm6i4G U6OjqFcB =FgK+ -----END PGP SIGNATURE----- --E09RYoEm5ORquKHw--