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 8328AC61DA4 for ; Wed, 22 Feb 2023 16:38:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 331D785B14; Wed, 22 Feb 2023 17:35:52 +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="kYLimD9B"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4701085AEA; Wed, 22 Feb 2023 17:35:25 +0100 (CET) Received: from mail-io1-xd2f.google.com (mail-io1-xd2f.google.com [IPv6:2607:f8b0:4864:20::d2f]) (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 8791A85AE4 for ; Wed, 22 Feb 2023 17:34:47 +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-xd2f.google.com with SMTP id i202so3518710ioa.3 for ; Wed, 22 Feb 2023 08:34:47 -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=ofMQ9QU/foLM2SxS6rYIoZRLxAM6nnhOSz0akq0BvW8=; b=kYLimD9BUL/q5e1hhny2ct/+h+SArS5hEQJgkZ/i4VWnObWiVT3YTj9fWVASkBZQt3 aoq0vxeMs/JVBZI77T8ItIwx7sjS9KSqRTYK8yY+j0Fhfq6tI/xLjmSp2Msv/r9tgejB Bo8QIVVAZ7DlyKEkZXzq1EdPQAVBQj6nFJwG4= 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=ofMQ9QU/foLM2SxS6rYIoZRLxAM6nnhOSz0akq0BvW8=; b=HJkcHqqkanLNIO8B5z6UpB616fiaIPOXTR+Mm5QHON89zhNBplWmkHPplu6C/M99JJ L9rbFeS+0AiUa11eifbK2SsnBmeUg5DIxZrDSE9aGpqqTU3O+uH9qaZLjdYT+5iW09pe TMU8jCxdO7yMXECfsth1CiMv3pDJ9+ISb7Of1M29ykKXNCwfUbC7H8qAsA7ITJVAMZeb /gjjhHoO7eWA9FwWSWKK9x4e8RSbASREqA+F66hAHHh8Qm33TUpm2/KQKpf7kq8R9O4e UnTg4sCXhDoIsjKyZcHu1BFhvZCPJ735qJV30MfRND7DLGB4Y85KWGf65Sgqjtup7SAh 15uQ== X-Gm-Message-State: AO0yUKUrBlIs5KNtE0/LZG3YYeXP2YueFGF8AeMTiR+3tzMZVQZwxXHo N1kutiuYQEHCvHxTMNzU+sySGH4jp3qq+KYA X-Google-Smtp-Source: AK7set8PTbJHP28myEuFZCQkXad805DbkXpqBZyacmadrxVqasiSggQ7/JEwFLOlUspGIIlidUFELg== X-Received: by 2002:a6b:6801:0:b0:74c:97ee:4e56 with SMTP id d1-20020a6b6801000000b0074c97ee4e56mr1150062ioc.3.1677083686066; Wed, 22 Feb 2023 08:34:46 -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 z26-20020a056602005a00b00716eb44b97esm2164541ioz.27.2023.02.22.08.34.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:34:45 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass , Jaehoon Chung , Peng Fan Subject: [PATCH v5 06/44] Correct SPL uses of ARCH_MVEBU Date: Wed, 22 Feb 2023 09:33:47 -0700 Message-Id: <20230222163425.2043934-7-sjg@chromium.org> X-Mailer: git-send-email 2.39.2.637.g21b0678d19-goog In-Reply-To: <20230222163425.2043934-1-sjg@chromium.org> References: <20230222163425.2043934-1-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 2 usages of this option to the non-SPL form, since there is no SPL_ARCH_MVEBU defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/mmc/mv_sdhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/mv_sdhci.c b/drivers/mmc/mv_sdhci.c index 336ebf14102..20049981473 100644 --- a/drivers/mmc/mv_sdhci.c +++ b/drivers/mmc/mv_sdhci.c @@ -64,7 +64,7 @@ int mv_sdh_init(unsigned long regbase, u32 max_clk, u32 min_clk, u32 quirks) host->ops = &mv_ops; #endif - if (CONFIG_IS_ENABLED(ARCH_MVEBU)) { + if (IS_ENABLED(CONFIG_ARCH_MVEBU)) { /* Configure SDHCI MBUS mbus bridge windows */ sdhci_mvebu_mbus_config((void __iomem *)regbase); } @@ -103,7 +103,7 @@ static int mv_sdhci_probe(struct udevice *dev) if (ret) return ret; - if (CONFIG_IS_ENABLED(ARCH_MVEBU)) { + if (IS_ENABLED(CONFIG_ARCH_MVEBU)) { /* Configure SDHCI MBUS mbus bridge windows */ sdhci_mvebu_mbus_config(host->ioaddr); } -- 2.39.2.637.g21b0678d19-goog