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 51693C433F5 for ; Sat, 9 Oct 2021 01:42:27 +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 D39B460F11 for ; Sat, 9 Oct 2021 01:42:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D39B460F11 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 AB386836A3; Sat, 9 Oct 2021 03:40:57 +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="akwCyAxe"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A5FA683688; Sat, 9 Oct 2021 03:40:17 +0200 (CEST) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (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 A965F8366F for ; Sat, 9 Oct 2021 03:40:11 +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-x834.google.com with SMTP id t2so11271218qtx.8 for ; Fri, 08 Oct 2021 18:40:11 -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=R+ZwNClUZ2fo6j018tW+ldQC3xFPM5OTTKo1jFEvyh0=; b=akwCyAxe+S+Fn/n+Mb92D2z4Kk2WCk/+EobzWzFOyl4Cunz5JQ3T0K8EzhYswpGtkL VZ2CGqnUNuDe81b0QBQnU0nWFL43Rswl4biUcOZUesvvQBAUxHcm99dI42rd3xiQPnAR 1bFY9KaoxHvT4XycFNXT984bxjy3ot0TqZc6w= 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=R+ZwNClUZ2fo6j018tW+ldQC3xFPM5OTTKo1jFEvyh0=; b=oF8ty5YClC+3XrDjOqsEGTeR5LPE6S62pobLHZcA7cT3eH0rQwRLD2uTeicPQRCKTM qjihgP0Gke5mXpfoeVl7ximOaNsiUUFT+7dXbsmrWAVZ+icuN59k18Q0lufWz0TUYGkq Uv9gv9tsx0pPOQ5YdPR3kA0o8PVlnf/iMZYZHfXs/dTlqs0SdimRLMRaZelijG/maiLc jr0N1RFI2/laACHIGAgg10AH7kKYNe9/4tVttE9WiHxTSnJX+9CsVne0Rb+wWI3S1d2J l6INVWDZiHGDKhWuJH6WmgKts0Mmz036ChcqPjTyNvSqYcgBH8f0EyJGvlb3PbnWh3W8 tYeg== X-Gm-Message-State: AOAM5313U1Fd7vb1Kzhk6zAsLXhna+A6aBSMPnRa2Zz5d4Fwqa4gF5hj Kuz3yZyrMcKFEOWRbku51SAODw== X-Google-Smtp-Source: ABdhPJxNgUN6IBtoqOZjx+oU3f2j4VetHt+G+iqu0whs3udRa9BWiWb+AdpHK7NpabLcxOJxv+oQsg== X-Received: by 2002:a05:622a:549:: with SMTP id m9mr1811674qtx.131.1633743610597; Fri, 08 Oct 2021 18:40:10 -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 c9sm770590qte.16.2021.10.08.18.40.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 18:40:10 -0700 (PDT) Date: Fri, 8 Oct 2021 21:40:08 -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 09/29] image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host Message-ID: <20211009014008.GX7964@bill-the-cat> References: <20210926014342.127913-1-sjg@chromium.org> <20210925194327.v5.9.I0481c8d9b6f4bd7e467d0324c81295dd0a9bbc96@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TOkWJigZa0YodlBE" Content-Disposition: inline In-Reply-To: <20210925194327.v5.9.I0481c8d9b6f4bd7e467d0324c81295dd0a9bbc96@changeid> 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 --TOkWJigZa0YodlBE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2021 at 07:43:22PM -0600, Simon Glass wrote: > Add a host Kconfig for FIT_VERBOSE. With this we can use > CONFIG_IS_ENABLED(FIT_VERBOSE) directly in the tools build, so drop the > forcing of this in the image.h header. >=20 > Signed-off-by: Simon Glass > Reviewed-by: Alexandru Gagniuc Applied to u-boot/master, thanks! --=20 Tom --TOkWJigZa0YodlBE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFg8vcACgkQFHw5/5Y0 tyxRRgv8CENPg0eJ2i4N6lWV11dC+VP7D8ibQ7pAsTZD6RfP+53zTeg61lUaLNpi aBxyS9AVdxpFvZVRktN9j5Scbyc+PWwbMTOLXJNX+lCCGW5MMZ3jwrAZlN+kz/oA i+eg4PY6nzdXW+i+jkdZ/oEqKj77kKMYqTOCB2TsFg0rW8LgO9+47g6db6iF29Xd oetpoSFfZdiviagYbMbi51yPawxx2B+oR2+IgkXlSD/FbPJEc9b6ctPY/3iViSuJ YrVMZGoaw1PpNM6OoBf9QnU8nfgEyO7fcLIfKWsPdAsaCrDMrERtNAfyFhfrjurF ojLldkZxPhTGjoHXlmTcytaXZNkh0tG6mVNdoXKB6zpATeIMJZk2Lr7+UK6VrTKk z3frOHHnW53DNJkVCWPNhACkNUXEpCXGPAj2r4YISyN9y/Z0rVPF2/v2Xk0iUGvW WJoTRG8yqLNMYbKkc1ggPKlxpI9IKRbvTtG6hcJOkrBNEc54ppnCVdXIvxP/xE0v keZrobNF =/bu1 -----END PGP SIGNATURE----- --TOkWJigZa0YodlBE--