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 88079C4321E for ; Sun, 4 Dec 2022 15:18:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E8ED18556A; Sun, 4 Dec 2022 16:09:33 +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="cinqe126"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8D4FF854BF; Sun, 4 Dec 2022 16:07:20 +0100 (CET) Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) (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 71F3985497 for ; Sun, 4 Dec 2022 16:07:12 +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-ed1-x52d.google.com with SMTP id i15so4399526edf.2 for ; Sun, 04 Dec 2022 07:07:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=iqFZMt7iw4J53OZIopgxMAZeqny8MQ2TzV/CxCCERdI=; b=cinqe126U3bKqm6f53wAzysGUHYDAnxpw9F5EMECTNvjraay6Z1bR6HM+PypAWILp1 +NoUBNscP6c0PInrvRAh9SGQKJxNSW0yJQwZPil9ed4AJdmoa4sAVSY88qQ+h7fRzE32 xdnoAhSqYjf3+YR2w8kIX+JVbn98v5uU+tbag= 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:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=iqFZMt7iw4J53OZIopgxMAZeqny8MQ2TzV/CxCCERdI=; b=btmOlqvQvjBHzm3jKYmIM278RFNOI213SXVnv1u3ATCvzxUrw8vFnEzsyrMhg+vuGO 5sSBvgXZNQq92jmGE1xopfNev1/whGkb+SNO2PCYVPa33x9Up2FEUUfv/A9TDTXtoM8u vz8UfAIzP3R12LajuzdQ4pB+k0+69bGFKLi6Ln+cZ6E3+74ZWI+FVOBSeHq1+ut9AIi+ I/Wfwai9t0amyQkVQ/n4AT7idx25I7v5YhM+aRtvf9Kp9RGmO4XzGPnZeN6S/hV0FPIk aQLZyBgbd9hbQyq2v4c444tuvJO+OOE+OrVZVd/snJA+PCVwc3WZH0Tf19+PSQkszcfm jaCw== X-Gm-Message-State: ANoB5plZei4Aa4RrujkjbDdgPYj+FWNzbDZoY4Ehlgx35YQobeUldl+t bu7bJkRPUG+APBzn517w5sMk/j16qgruMDfI X-Google-Smtp-Source: AA0mqf7lNlGkOgJaCn227l+sM3iyXGQ52hJHCPI4IY2+g+RSO/FjtEG1/ynrh/zR1FU58c98lyNCxA== X-Received: by 2002:aa7:dc19:0:b0:461:f94:913 with SMTP id b25-20020aa7dc19000000b004610f940913mr55291919edu.102.1670166432027; Sun, 04 Dec 2022 07:07:12 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-61c7-2644-b62d-0af3.res6.spectrum.com. [2603:6081:7b00:6400:61c7:2644:b62d:af3]) by smtp.gmail.com with ESMTPSA id g1-20020a17090604c100b0073dc5bb7c32sm5240058eja.64.2022.12.04.07.07.11 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Dec 2022 07:07:11 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 067/149] global: Migrate CONFIG_LOWPOWER_ADDR to CFG Date: Sun, 4 Dec 2022 10:04:32 -0500 Message-Id: <20221204150554.4165941-67-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221204150554.4165941-1-trini@konsulko.com> References: <20221202214251.3027264-41-trini@konsulko.com> <20221204150554.4165941-1-trini@konsulko.com> 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 Perform a simple rename of CONFIG_LOWPOWER_ADDR to CFG_LOWPOWER_ADDR Signed-off-by: Tom Rini --- arch/arm/mach-exynos/lowlevel_init.c | 2 +- include/configs/exynos5420-common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/lowlevel_init.c b/arch/arm/mach-exynos/lowlevel_init.c index 9225d2cc1f2a..02a79962af24 100644 --- a/arch/arm/mach-exynos/lowlevel_init.c +++ b/arch/arm/mach-exynos/lowlevel_init.c @@ -161,7 +161,7 @@ static void secondary_cores_configure(void) /* set lowpower flag and address */ writel(CPU_RST_FLAG_VAL, CONFIG_LOWPOWER_FLAG); - writel((uint32_t)&low_power_start, CONFIG_LOWPOWER_ADDR); + writel((uint32_t)&low_power_start, CFG_LOWPOWER_ADDR); writel(CPU_RST_FLAG_VAL, EXYNOS5420_SPARE_BASE); /* Store jump address for power down */ writel((uint32_t)&power_down_core, CONFIG_PHY_IRAM_BASE + 0x4); diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h index 99ab1a174f7c..164cdb0fa155 100644 --- a/include/configs/exynos5420-common.h +++ b/include/configs/exynos5420-common.h @@ -16,6 +16,6 @@ * Low Power settings */ #define CONFIG_LOWPOWER_FLAG 0x02020028 -#define CONFIG_LOWPOWER_ADDR 0x0202002C +#define CFG_LOWPOWER_ADDR 0x0202002C #endif /* __CONFIG_EXYNOS5420_H */ -- 2.25.1