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 DAD6BC433FE for ; Sun, 20 Nov 2022 13:38:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6ACF9852C7; Sun, 20 Nov 2022 14:34:49 +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="Xin4gSB9"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2F71685213; Sun, 20 Nov 2022 14:34:16 +0100 (CET) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (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 8F6208525A for ; Sun, 20 Nov 2022 14:34: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-x832.google.com with SMTP id w4so5944993qts.0 for ; Sun, 20 Nov 2022 05:34:13 -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=Ob6bE+mPI7dWk7r2oDhTP+341xSk4fIE1c6v7NKicWs=; b=Xin4gSB991A76N2zS1X24y69sFb5VYQp/0nE+RgNgKSe4slhElvueCln2jwoEtBmYA tVR1h0DTkUBlvbfbw4XQjU5LFY78hTG+sdRjTF5RjI5lMA/xj1Q6b3MUDHACiOP32XIn hHDpKXPQUgGW3o1d8vImqF3uiUo/itp9aPRt8= 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=Ob6bE+mPI7dWk7r2oDhTP+341xSk4fIE1c6v7NKicWs=; b=aM8jZKkt/yp4I0oisjxhrBzpCTRyJWXHLwmcnm6V2gaiJefEpg8HEOOcCtsuAjZIV8 ruhB89tNhXAUABLKgQXSG8Jd937tclJe6WOa4bf0effbvDxOmgiK9eeoGLUUunBhvmhG 8yEvYsedpapy9dgy/4vji56JP/2i972oP1On3Hab+qvDkR9g17k+DRwMy0rXTTYAg9Fk g9fh9/ve3emX2vW+QDOPEsyake4/Isp4DUeBkGBhUFS/7ws4FPMHvOLdz1A0BV+DB0In +mPpce/5W4J3gP98RyRubL9xQBIx+NoJEK1c/AZ8ov9yh0mrFTFg7j/uzZNa/rm+GKNk fv+w== X-Gm-Message-State: ANoB5pnePltUE/lmm7vgzXESdB0fAClTmqo0MBAB0ftFoSCAGbxU6DvM rz/YjeEC6LRVruSScMNWwOMC24kMLu303Q== X-Google-Smtp-Source: AA0mqf6wr5pzjzLmvRHYXx3rm7khy4a65R50bA/LJkUb8TD4sYsdgzcEjHM3K39/+QSMQGOqV+/XDA== X-Received: by 2002:a05:622a:514e:b0:3a5:2988:c67c with SMTP id ew14-20020a05622a514e00b003a52988c67cmr1445380qtb.487.1668951252188; Sun, 20 Nov 2022 05:34:12 -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.11 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 05:34:11 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 023/241] global: Migrate CONFIG_FDTADDR to CFG Date: Sun, 20 Nov 2022 08:30:14 -0500 Message-Id: <20221120133352.3055600-24-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/colibri_vf.h | 2 +- scripts/config_whitelist.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 122b599a6f21..ef49969598c9 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -20,7 +20,7 @@ #define CONFIG_NETMASK 255.255.255.0 #define CONFIG_SERVERIP 192.168.10.1 -#define CONFIG_FDTADDR 0x84000000 +#define CFG_FDTADDR 0x84000000 #define MEM_LAYOUT_ENV_SETTINGS \ "bootm_size=0x10000000\0" \ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 66728d47db38..e436bf55d94d 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -23,7 +23,7 @@ CFG_ET1100_BASE CFG_ETHBASE CFG_EXTRA_ENV_SETTINGS CFG_FB_ADDR -CONFIG_FDTADDR +CFG_FDTADDR CONFIG_FDTFILE CONFIG_FEC_ENET_DEV CONFIG_FEC_FIXED_SPEED -- 2.25.1