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 20B0EC4332F for ; Sun, 20 Nov 2022 13:53:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 69489852AC; Sun, 20 Nov 2022 14:38:22 +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="dX+x80Wy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 68B6185200; Sun, 20 Nov 2022 14:38:16 +0100 (CET) Received: from mail-qv1-xf2a.google.com (mail-qv1-xf2a.google.com [IPv6:2607:f8b0:4864:20::f2a]) (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 69C5785283 for ; Sun, 20 Nov 2022 14:34:39 +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-qv1-xf2a.google.com with SMTP id df6so4247993qvb.0 for ; Sun, 20 Nov 2022 05:34:39 -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=BRYWLye1tPkXrLgM5EEnpSGDgFM5LR0e0WL26+eY74Q=; b=dX+x80WyKmP12aD2v03qI77XlEk7YLXsSjuWpyjS+uDQUk4X1KZPxGdYMyAawzWrEf AXR8Ny4tX86YFhwSm7h+ylPNZ2avPlwwPokqMScNJxMABNRSRpFw6Kt2NdUKm3cnfZq5 c8H4SgmHv2pGXkO90a4lmQXzILUAkkaSCH2lU= 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=BRYWLye1tPkXrLgM5EEnpSGDgFM5LR0e0WL26+eY74Q=; b=rzuNVmASzL08UatWAaGp9Q3/dl0kXNGmiPyCnDDOYlTBSFcxx47qb5oyKOsGqH5psm MhwhaJVUYXdL7jN9n6gP9Yhc+8fl5/plHqLvsCsLdn13/lpYEMxYrT2STjZJ21AX9Hp1 uotg3QT5IEXfYgj2vG0WYuaKLTq579s3WJgYNly8ZgQmPi4CKy4dTC8V5meIYMHE5YlL FzvXDxkCxUjfXZRhRSy3PG6tpnS18vp/G/Z+Z3GoV3Ew26tmf2qBhbFbwScM/ac99UK4 DQHJJNh2M7pMNUEjHQKgtYA++tERRr19yaTaY/QvdmwHhrkiKTRSOTqlbXEaRxcA6+Xz NIiQ== X-Gm-Message-State: ANoB5pm0wwQDt2OrIfXPUyt2CizzpvRJ342IXNkukpmHg4Ez/C49gB0+ F0a9q+pDgGuzDlZJDEQRJBZxjo9mfY8i/w== X-Google-Smtp-Source: AA0mqf6fZFQarbFo5BBsQsLx3CDh+Jl3ciVrM2mmWNwSvt+zBtLh6PHHOk7tUOYXdvDfmKqXgdQNRw== X-Received: by 2002:ad4:534b:0:b0:4b1:8429:a8a7 with SMTP id v11-20020ad4534b000000b004b18429a8a7mr538133qvs.52.1668951277313; Sun, 20 Nov 2022 05:34:37 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-29a0-035f-b06a-235e.res6.spectrum.com. [2603:6081:7b00:6400:29a0:35f:b06a:235e]) by smtp.gmail.com with ESMTPSA id m21-20020a05620a24d500b006ce0733caebsm6487740qkn.14.2022.11.20.05.34.36 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 05:34:36 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 060/241] global: Migrate CONFIG_I2C_RTC_ADDR to CFG Date: Sun, 20 Nov 2022 08:30:51 -0500 Message-Id: <20221120133352.3055600-61-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221120133352.3055600-1-trini@konsulko.com> References: <20221119234545.404563-38-trini@konsulko.com> <20221120133352.3055600-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 Signed-off-by: Tom Rini --- include/configs/eb_cpu5282.h | 2 +- scripts/config_whitelist.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h index 5ef51c94dab8..a4370ca5c7cc 100644 --- a/include/configs/eb_cpu5282.h +++ b/include/configs/eb_cpu5282.h @@ -150,7 +150,7 @@ */ #ifdef CONFIG_CMD_DATE -#define CONFIG_I2C_RTC_ADDR 0x68 +#define CFG_I2C_RTC_ADDR 0x68 #endif #endif /* _CONFIG_M5282EVB_H */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 1798a7420cd7..e507dca614f5 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -62,7 +62,7 @@ CFG_I2C_MULTI_BUS CFG_I2C_MVTWSI CFG_I2C_MVTWSI_BASE0 CFG_I2C_MVTWSI_BASE1 -CONFIG_I2C_RTC_ADDR +CFG_I2C_RTC_ADDR CONFIG_ICS307_REFCLK_HZ CONFIG_IMX6_PWM_PER_CLK CONFIG_IPADDR -- 2.25.1