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 30D31C433F5 for ; Sat, 9 Oct 2021 01:44:06 +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 B05E661027 for ; Sat, 9 Oct 2021 01:44:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B05E661027 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 DBC61836D0; Sat, 9 Oct 2021 03:41:59 +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="b6E67vKP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 616848365D; Sat, 9 Oct 2021 03:41:08 +0200 (CEST) Received: from mail-qv1-xf2e.google.com (mail-qv1-xf2e.google.com [IPv6:2607:f8b0:4864:20::f2e]) (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 0099E836A7 for ; Sat, 9 Oct 2021 03:40:59 +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-xf2e.google.com with SMTP id a16so7540774qvm.2 for ; Fri, 08 Oct 2021 18:40:59 -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=kB0h1ZYI867X4VDoQuByeLclt07aWaEXwp8lSsD28lA=; b=b6E67vKPdWL90wb3AfSW3zb69VPYMq61B08SC+IOCuKgW6DgN0niTdxz4pA9noB8zk hGXsR9BTnUfUZC+ddLnxugVsZzdZ+yQwXKcGEMed37UXa31EF9soI2VZGxN3ZzSUAYh4 JBTSlDRFg84P4NDPJshAH+lzAfnkpIkWqmMKA= 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=kB0h1ZYI867X4VDoQuByeLclt07aWaEXwp8lSsD28lA=; b=0i/X705jSnGnMzSmIaYwl8xyFDEP7YLqCHwI/FilCm7ZZaXvnmt0r1mOd9funPgoUX a9FDDjAYrR5f0XmDTAwVN/X0HgYsSJZdtcwTb7CGuzORh43d4BcTZDSnLwJUnATcms6i 8ilfB/Gnx1iL1iBpDptt6hWPdnUHKPI2WJgrdoGh1ufS4szmNbEubzgNK6Iui8JKDZRb as48eoGw6dHQv9hWJ1tw4DtsWSX/HvmFgf4GyKPsgFOxUY/eTXzlZ5CAcQtbS4dQnlLn XGfji6QRBwUTSk0NplXt1V1+Ruw1O3gRw71ZNZ9H+ZzyGoDkBBPFgU4Cxhr+MuTFkE9e +ZEA== X-Gm-Message-State: AOAM530SXYHH+FkDEGsfh2mHBF6J+cQLukhCCrm+FX4XMp61LTAReG7H sbXclEyQQR881EslehTCqndphQ== X-Google-Smtp-Source: ABdhPJzmBCOoCnSSSG486wS72llnGHODkEGhB5CCvw0FIIJ/DszBkRqjSDv9YYYfKHiLWdfq4xqR6Q== X-Received: by 2002:a0c:b30f:: with SMTP id s15mr13042145qve.23.1633743658892; Fri, 08 Oct 2021 18:40:58 -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 bl28sm839944qkb.114.2021.10.08.18.40.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 18:40:58 -0700 (PDT) Date: Fri, 8 Oct 2021 21:40:56 -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 19/29] image: Tidy up fit_unsupported_reset() Message-ID: <20211009014056.GF7964@bill-the-cat> References: <20210926014342.127913-1-sjg@chromium.org> <20210926014342.127913-13-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nivyF5ZmfdQ/+RfC" Content-Disposition: inline In-Reply-To: <20210926014342.127913-13-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 --nivyF5ZmfdQ/+RfC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2021 at 07:43:32PM -0600, Simon Glass wrote: > This function is only used in one place and does not need to use the > preprocessor. Move it to the C file and convert it to a normal function. >=20 > Drop fit_unsupported() since it is not used. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --nivyF5ZmfdQ/+RfC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFg8ygACgkQFHw5/5Y0 tywsPQv8DEwaGU6ty64ZZvxuL5di0YyuzuRH8f/XS2Ei62u17iLbWZNDu7Bxnvh6 Vd4LFHspwNKQy/HU2xF7L/V+0sXzSFVPSKT8JsYB5zMiXq/LwnESMRfPq2sME5x0 dherpfqIm5X06sCfv4HQ/9cHF9Bk7+oJ2zsMooh6gu/rIQ0uC4q4idp7zBPcO42t NBvS9WUMDj6b/Iiw4wL1fmeaOZ79rQWMTI4aDzZiwYFyF9wK25Juejg0heNw98S3 Xgmt6mqXh3kwnLoC0Trp3TFEjS3dT1R09+mPJNDrAiDI5JL5Xi14GiSCJclAMWaU 3Y9VnhQwGL9DRYPb6M/H02egOSETcBBzuvU9aQOk6kjvP/I+xU5ndm+WgDRcsUIl 9dQXJV1YLomEvE34jqC7i6hvqH6KL7CWxJeHoMMGJS8nnOd9rQ3o7rWK70mYayJn N6eaq5InSje4T+PFzj4tDqVtIWjZj4XH9cQZxIuPPGy+EvQDi6l9JBEV4B+5oZgs bDT4ft/p =nkMN -----END PGP SIGNATURE----- --nivyF5ZmfdQ/+RfC--