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 BAF38C636CC for ; Thu, 9 Feb 2023 00:39:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 38BBF85CE6; Thu, 9 Feb 2023 01:39:17 +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="SCQTP6uK"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 92B0285CC8; Thu, 9 Feb 2023 01:39:15 +0100 (CET) Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) (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 2905185CC8 for ; Thu, 9 Feb 2023 01:39:13 +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-x836.google.com with SMTP id h24so418611qtr.0 for ; Wed, 08 Feb 2023 16:39:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; 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=FhwbMcRuZ6htUJc+UXIWuDeuh7R9ee2Uym4t9GWyxmA=; b=SCQTP6uKouTRbnwTfxsecIIXkwd+anyaT1Ndo5xPGRhsuR+cb6GPV18OHxheprLqQU eA2ftpinvR9FGL/LqdifYDg38zMst8M6x1jjrfgg3QO/SmZUyEZMj4yKFRKJXbU7KwTQ hIpZ4XqwAp7SbRRy0D4k7eE9tKGxKDVTqivQQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=FhwbMcRuZ6htUJc+UXIWuDeuh7R9ee2Uym4t9GWyxmA=; b=ndKGC7q4gvouJN2mdyoTZXIlH8PEDFeC0K0B1SbWYr31ZvfFkE2jTLgoImasA1KS2u GTTH7s+Pvy1U2Wa1B6+RrkG1hjsh2Bi4Zc+fDqFZ74+SPHLK31K67Ag76Tnop3RB4oIS GspRn+CEKNRCJugqH4bldVP3RqbqrwlndNttS/XvO/hH1PdveUKj2POwCSDuv0LFgcsJ uTltNlUvtnrGJAgJ3ccW5oQl8R4R1EQhT2C/xTXpm1oiH1aImXFtmwUgekymXj1JOg/8 +2L0SsD6zXjB5a5kKF3VC2Oz+UIPLNbJ9n6btOqVa2ANq0UhkBtaf/mLqYIWdKdtQy/z l2pw== X-Gm-Message-State: AO0yUKV2tjNGJT+avU8jh13jUn1fJb6Sq2RGSkpg73FaTqdO9812hDxo Wj/M5PRkDhQqY8+9z3JI5cHdC8lAiJOgmXFiG/M= X-Google-Smtp-Source: AK7set+lpxwbhGQticyRikyNA25epIUjzYmTQyr5vlHvCUnW27RP20XQBHOTe1fc74HhAT4Cq79+1w== X-Received: by 2002:a05:622a:54c:b0:3b8:68fa:afc6 with SMTP id m12-20020a05622a054c00b003b868faafc6mr17916695qtx.29.1675903151835; Wed, 08 Feb 2023 16:39:11 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-538d-baa1-e57f-2a07.res6.spectrum.com. [2603:6081:7b00:6400:538d:baa1:e57f:2a07]) by smtp.gmail.com with ESMTPSA id 17-20020a370311000000b00706c1fc62desm217898qkd.112.2023.02.08.16.39.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Feb 2023 16:39:11 -0800 (PST) Date: Wed, 8 Feb 2023 19:39:09 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List Subject: Re: [PATCH v2 124/169] Correct SPL use of PHY_CADENCE_TORRENT Message-ID: References: <20230205224118.233425-63-sjg@chromium.org> <20230205224118.233425-125-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="S2DaIDHVPcABBEV6" Content-Disposition: inline In-Reply-To: <20230205224118.233425-125-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 --S2DaIDHVPcABBEV6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 05, 2023 at 03:40:33PM -0700, Simon Glass wrote: > This converts 1 usage of this option to the non-SPL form, since there is > no SPL_PHY_CADENCE_TORRENT defined in Kconfig >=20 > Signed-off-by: Simon Glass > --- >=20 > (no changes since v1) >=20 > drivers/phy/cadence/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/drivers/phy/cadence/Makefile b/drivers/phy/cadence/Makefile > index c247feb8262..a1cb6868c9e 100644 > --- a/drivers/phy/cadence/Makefile > +++ b/drivers/phy/cadence/Makefile > @@ -1,2 +1,2 @@ > obj-$(CONFIG_PHY_CADENCE_SIERRA) +=3D phy-cadence-sierra.o > -obj-$(CONFIG_$(SPL_)PHY_CADENCE_TORRENT) +=3D phy-cadence-torrent.o > +obj-$(CONFIG_PHY_CADENCE_TORRENT) +=3D phy-cadence-torrent.o This is a size increase on j7200_evm_a72 where we do not want this PHY in SPL. And FWIW, the sierra one is the same case, on other TI K3 platforms. --=20 Tom --S2DaIDHVPcABBEV6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPkQKoACgkQFHw5/5Y0 tyxlIgv9Eu3wlNBAY1kuFYPcC2AadXvZgcLvQvHpmg+CEmz04KR+lUgRe+zLFodR ySLOynAicc6zWRV/mP187owzl3AHG7oWN3GRSHbNdxFhyVer1rMoq3xQBjSdptr+ drllUiQB7pYPd+K9KPkwZIf9I287t6q16VkQl6ewOeQFK3CrXe9wcC39jAPYNJ1Y r0fvLcDPh14rlUzDPUDyWPq4U2zTcPaUncHtBfhoiecb1UcbxENoRhKS5JD/fKJR gi6L2FXC79uMN5PUocBh43axzK7345fLwMZwP9w055gsnuqW4fQqL3bxzbCZL2fg 5chB9xKxjqf3wqf0ldxo36hKB6wPG2Sv7Lb/WnqF69zrBU4gxY6ryJUpriJHtGEd /0CpdwL2ZGkQv/crjkQQoZ8B8307edDY9xYuP63vAd8rKkF2V9imSJaLaPQcW/AD 3lPFNVA9A2rmRsetzieJmYaXbYQJvH73a7335ulgzsnF0jZ8Wwt8ZS2+sAniRVjK PDVlWQuX =drEe -----END PGP SIGNATURE----- --S2DaIDHVPcABBEV6--