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 F12BDC636CC for ; Mon, 6 Feb 2023 00:59:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0B2A785B40; Mon, 6 Feb 2023 01:58:07 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="eOxMVFDK"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 78AC685AEA; Mon, 6 Feb 2023 01:57:59 +0100 (CET) Received: from mail-io1-xd2c.google.com (mail-io1-xd2c.google.com [IPv6:2607:f8b0:4864:20::d2c]) (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 9CAAA85BC1 for ; Mon, 6 Feb 2023 01:57:54 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-io1-xd2c.google.com with SMTP id 65so3958435iou.3 for ; Sun, 05 Feb 2023 16:57:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=n7Mh5s4xvT6w0kWYo+6jl2CQp91xI7mYv9wZRV9wPDU=; b=eOxMVFDK3uPfbDoPf6eWFC1mIa1dO8QxpzBet/tt4+R5qJuXChSvPmWsyG+kQxTyUY T7/yN7dvfjCSzrEKsf6Nnto97KFZA/Jd2jO+ipqEn95YWNeKlgp6BA+331ZpKgMHkTH8 yg70YYkhl2tFLr+tmkZ6eqZccVdbJJPOvwA+Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=n7Mh5s4xvT6w0kWYo+6jl2CQp91xI7mYv9wZRV9wPDU=; b=7yfsjf3pTNN835uIo6gH9hurI6j1cvdLAppLwRj8c8nX7HlcgtF3gryp+fmzkPL4ok ezrLXBKr9J+bijVDzVrzhhTsnc3G2KX9C5yNru1qBOJN5CAF71HDUOTp3CQhmzaqSy1B +4CMKUC4d8kB2FV9ZOntwBX4QcCBrUt55mLVIW6H29ypM5ayStk11fXVivV6l+7lLJOC 7uQyflNiZ3a4mViYlGgU2BuGG7B2Xpiu5VmgJJow3QeXYPvumuDSpyaeHnkClhrAZHTb lvzVPyTTK7+SSZYRaJhUU+ARe9tHQliZ8yYnWIlvisJmnde4MHQxjERo2bh+X4txA3y1 zYJw== X-Gm-Message-State: AO0yUKWuPV9x05zKPxF0vAEz8BP7QaOgWJ3i/iN66lZRyb0iZEELa5db KnOwqeMeDLv9CB6tTu4q0kZ1lKyZkf9Xb6/f X-Google-Smtp-Source: AK7set+owHJCwNSPFjJ1PSByk51vnT0HlBlBIsqmDHg4dGxfSkyU+XU8JP0bXEA969fCJebgHND3sw== X-Received: by 2002:a05:6602:2c41:b0:719:fd3a:395 with SMTP id x1-20020a0566022c4100b00719fd3a0395mr16231386iov.12.1675645073273; Sun, 05 Feb 2023 16:57:53 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id b22-20020a6bb216000000b006e2f42a30c2sm2734703iof.35.2023.02.05.16.57.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 16:57:53 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 123/169] Correct SPL use of PHY_CADENCE_SIERRA Date: Sun, 5 Feb 2023 17:54:50 -0700 Message-Id: <20230206005537.254541-124-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230206005537.254541-27-sjg@chromium.org> References: <20230206005537.254541-27-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 This converts 1 usage of this option to the non-SPL form, since there is no SPL_PHY_CADENCE_SIERRA defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/phy/cadence/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/cadence/Makefile b/drivers/phy/cadence/Makefile index af63b32d9f5..c247feb8262 100644 --- a/drivers/phy/cadence/Makefile +++ b/drivers/phy/cadence/Makefile @@ -1,2 +1,2 @@ -obj-$(CONFIG_$(SPL_)PHY_CADENCE_SIERRA) += phy-cadence-sierra.o +obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o obj-$(CONFIG_$(SPL_)PHY_CADENCE_TORRENT) += phy-cadence-torrent.o -- 2.39.1.519.gcb327c4b5f-goog