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 18E15C433EF for ; Sat, 9 Oct 2021 01:44:18 +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 9653160FD9 for ; Sat, 9 Oct 2021 01:44:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9653160FD9 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 52A8A83694; Sat, 9 Oct 2021 03:42:09 +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="ngqi5NAc"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2BB5C83665; Sat, 9 Oct 2021 03:41:15 +0200 (CEST) Received: from mail-qv1-xf35.google.com (mail-qv1-xf35.google.com [IPv6:2607:f8b0:4864:20::f35]) (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 B1928836AE for ; Sat, 9 Oct 2021 03:41:05 +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-qv1-xf35.google.com with SMTP id k3so7522805qve.10 for ; Fri, 08 Oct 2021 18:41:05 -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=oKxTgjb2WhveSww4koXHh7XX4b3k7DRH8j3WzEK7Q7M=; b=ngqi5NAcS0II/f+luGLK3WwHczXH0CroScwooMOhzjGNlxYt5ge7y1vG40aFrNgHJd H80U1akQ6fmV+OxOM5sXrOVlidZ3WZFcYx4OBvznvjhG1rYjfQ007oKOKq3DbCqkI5za vpQb2aUqqv8W9UawgPlU1e0otGadm6S0agJX0= 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=oKxTgjb2WhveSww4koXHh7XX4b3k7DRH8j3WzEK7Q7M=; b=JWjKrmOTelFdwNY4Etxb5UkypoAFAXrFSBA0uy7qtdmCqpzir4saDYghjwdv0fP6uy yYb+yLhDqwHAS4N3iC7kxKiR+GiWJZVRSX1NO71F8fKinn06n+HvogdxWl7FAtxAeqrH /ECwm2cQ5h97pIjt0Y2MeHOikHcAZRiivbZRFjRm3M6iT//28/9SQuTrWK2/uSug6sjQ 8dRazLWqL+i4MgRXnW8E3wahQh3711O//VDQqnmKlywvhZYqqR43Tvx9lENh83o6aCHc wciLRnC+RozQXYU9KG5LLSnYWpANH75ZZxtBPgCNnIW8vj/LZ/n5DlkBKYYq6LkdRRki 1OIw== X-Gm-Message-State: AOAM530It0p134dHG8eC/VaoJmiaHe2mzI7sP0vfPDqBHp/fj+opFEIe uL2McT/4lIFSrU4lTywiHzhHfA== X-Google-Smtp-Source: ABdhPJzpUsHehmoBstbTzxv48KkfdS4bxUvby/pEi45IxvySgl3BewCgr91Jeiz6AYQVILAXaHBzXA== X-Received: by 2002:a05:6214:1267:: with SMTP id r7mr13472169qvv.16.1633743664588; Fri, 08 Oct 2021 18:41:04 -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 d24sm654361qtq.95.2021.10.08.18.41.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 18:41:04 -0700 (PDT) Date: Fri, 8 Oct 2021 21:41:02 -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 20/29] image: Drop unnecessary #ifdefs from image.h Message-ID: <20211009014102.GG7964@bill-the-cat> References: <20210926014342.127913-1-sjg@chromium.org> <20210926014342.127913-14-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jQblWL/lOOo35ApW" Content-Disposition: inline In-Reply-To: <20210926014342.127913-14-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 --jQblWL/lOOo35ApW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2021 at 07:43:33PM -0600, Simon Glass wrote: > This file has a lot of conditional code and much of it is unnecessary. > Clean this up to reduce the number of build combinations. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --jQblWL/lOOo35ApW Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFg8y0ACgkQFHw5/5Y0 tyy+6Av+Mf1IaUiF7IjKyDEECRSsW5gc/B5pmSeEsFkZsC42DmwmKj2wWKeErcMS tdvJsLoamrfgyv8gkkfBYsDECbvy4B4XyCZjHD8w75qGaa+v9uNlsy6Reht4lMiZ jeVPp+rNeaN2qjf/ddQzTYzxS4J4ij1LRr3G7SSIHSh0K4IVkrQHh/3ONRfDaeDq jiXrgtavcftzf0XoBHXHlQWsfu2aLj6N8d/bvLcNq0m58CWhDKU2qdekoAGHFI0r evOSOi3oQ85VEOzdtU2L59NxjqwSX60/izztDbVRhflyxvFL+RSy5uqOSiiZotuh RDoffnaBnkCj/r9+GQAwhNc/Zind1mYMioL1sR6sxNPj++W56jvsw6IfQ6c83XGI a3fLjYCuPE+0RNK245gHGkB9D4BqTdqGn2fW68v0ADM8SbtvLcGrOSjLAtO8qcYR /4SakPRAgVzd4QkEl3X2R7TPFdJLrQKpiv/eOtgq0imeMj6+7juN5hI+epaFVqK5 cGLONf35 =joNF -----END PGP SIGNATURE----- --jQblWL/lOOo35ApW--