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 140BBC433EF for ; Sat, 9 Oct 2021 01:43:55 +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 8DC9360FD9 for ; Sat, 9 Oct 2021 01:43:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8DC9360FD9 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 21456836A9; Sat, 9 Oct 2021 03:41:34 +0200 (CEST) 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="jWvXevGg"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 256B483668; Sat, 9 Oct 2021 03:40:53 +0200 (CEST) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (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 32BA38362B for ; Sat, 9 Oct 2021 03:40:49 +0200 (CEST) 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-qt1-x833.google.com with SMTP id b16so11248649qtt.7 for ; Fri, 08 Oct 2021 18:40: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=pnDGmb1efnQFHr7nBs+ykhWBXC40KCCUWZ+Lt9OFZkQ=; b=jWvXevGg+4cjIKF5z0YKEO3oT4Cg0YzHsHo/EXD98glmrL/2P6DOP9TOdzApZFanqC etbhKBcwhqkwI8XLJSha77racBs6uRBkNBBZ0xl6UAzROrueal49ezI/70+/nKOt20BE yFxX9rKe+J5I2q/n6XkHTN6LVPpqAQK56pOEg= 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=pnDGmb1efnQFHr7nBs+ykhWBXC40KCCUWZ+Lt9OFZkQ=; b=j4qXaG8TBSSOU+vlDqGgTPTaENS2MXWWSLBNLJtrjzLN2KJlHjlICXzd48qHN0zBuF HhEqMJM0dTjCV55vXDszUXA0vH4lqXjfYup/X/lnMNcOvC8Aq4YNOC9bUwzd/r2PXX4n xwoNLacYhUytpDGmb4VMM+J2uuWpYAJPAmITxh4881BLKO8QDeY8gJHXCCMjN3yRl3qm Q9yX2XC7a9Jww9T4qLWqNdPS0yANTvRrvpxtAD8MlYm6vinYHXfsoXsAdFjTj8SHIUQr tUXLRxuhGUZXCtv52nuVzxgU+7ynbKOYLHwhZF/US8gikg6QrGo9/uTdjiIICu87H9sM 8tnQ== X-Gm-Message-State: AOAM533Zvet4cwwdFFu394erQaY5+lm2rV5xpXztbpcD6Oq4pm5/3NQK yJmHp05UBahsRteCfCfKmyhXew== X-Google-Smtp-Source: ABdhPJydPl3YKNqMnbz/soJZXqIVJ4gbWxYhhkEppP2rhcyYi9mQj6hCPFF/iGgogYWkXPiiyyBgbw== X-Received: by 2002:ac8:7348:: with SMTP id q8mr1787426qtp.411.1633743648113; Fri, 08 Oct 2021 18:40:48 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-1c00-ef41-79c3-ef5b.res6.spectrum.com. [2603:6081:7b01:cbda:1c00:ef41:79c3:ef5b]) by smtp.gmail.com with ESMTPSA id i67sm802217qkd.90.2021.10.08.18.40.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 18:40:47 -0700 (PDT) Date: Fri, 8 Oct 2021 21:40:45 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Alexandru Gagniuc , Andre Przywara , Rasmus Villemoes , Robert Marko , Masahiro Yamada , Joe Hershberger , Marek Vasut Subject: Re: [PATCH v5 15/29] image: Drop IMAGE_ENABLE_IGNORE Message-ID: <20211009014045.GD7964@bill-the-cat> References: <20210926014342.127913-1-sjg@chromium.org> <20210926014342.127913-9-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Xzd0sUmZITcBHKTf" Content-Disposition: inline In-Reply-To: <20210926014342.127913-9-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 --Xzd0sUmZITcBHKTf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2021 at 07:43:28PM -0600, Simon Glass wrote: > We can use the new host_build() function for this, so drop it. >=20 > Signed-off-by: Simon Glass > Reviewed-by: Alexandru Gagniuc Applied to u-boot/master, thanks! --=20 Tom --Xzd0sUmZITcBHKTf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFg8x0ACgkQFHw5/5Y0 tyzddQv/cSF/4qxroCki5V9sXQgU//wx/If5+v+vNoa1zlMJFd+R8X2Uf3qG6u11 XRWltlJSewC1lM2u0ZEmGah1mv6O3QbJEmr/3QbTeo3SX4i2fl5tdTmDKGH2eHlk lUhjzH0hOAZhwHyaMTEOMvPAzIuALeYaO+44/dekACCpqhseW4F1S5V3RCT9zMaY hbBr0nw+tu8lMfk67RRMw9NQniJeR4Aw9rph2Ko0+TjDwOkUTBgBjK57wtGW4E7d I+TnBXuxXFWKb++g0sqydeNwroU9Y73RkQxaEnOwGuBCiaOADiyqbwCazKqECtKh If1odR67cqamDLkp4oWN0o5KOEtUPcR4Nup3Atspas99daPaUGnK/E6GIQPCFgd2 zs529aga0h6ohX5xoJ5a1BlnInUynEgG8J0FNcM3COUD+salhXJmuxsj+yM0JCle VdDmAk9ZB2xCUq9z67CAnTNaZEdGjJArPx5+UxEWtQ7WCUAOKzyMx3q4F0JiqZ1/ fbJ325zv =ulFC -----END PGP SIGNATURE----- --Xzd0sUmZITcBHKTf--