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 74E9AC4321E for ; Sun, 4 Dec 2022 15:10:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B6FF1854B1; Sun, 4 Dec 2022 16:07:06 +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="oaG2y2bo"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 070A5852FC; Sun, 4 Dec 2022 16:06:25 +0100 (CET) Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) (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 C6999853F7 for ; Sun, 4 Dec 2022 16:06: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=trini@konsulko.com Received: by mail-ej1-x633.google.com with SMTP id n20so22347783ejh.0 for ; Sun, 04 Dec 2022 07:06:22 -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=GQl6M5rXbl9ZcIcrJLctmvyz+vT2ngoadK5OqmRn2Ec=; b=oaG2y2bon9p94biWxrpbBFHvIdlVzUFILWLjFzpqyUeyzca9PFH3Jk1E6BaGDxeu6e FDSsfuWwnX+chnjUKh+cSVgFPdgBEy6/LDK5EOpD8Cp0LY1vhERsDz8kbWtbL9TAvse8 M75Kf8qDGOKbco+u80K4/O7KhvlnYMOwHHcjg= 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=GQl6M5rXbl9ZcIcrJLctmvyz+vT2ngoadK5OqmRn2Ec=; b=31u+tYss+Y/bPn3XaDwZu33FnV/Yn7i1sWZuGmADjaK496HcyJRuibxt/mFmCpzCyy 9sJIJy1r9fWkdEi/sRHxhpnyfuxuUh1tVsRKfiNgmOvubTYtye3TUaQJwEcE0ROUJfMp TYsjEyAYL49eHBzmSaP9amOLVd5nlK+mnh+jEBZqLQtTGpuLAwYnAa01yteLgTXy52WN a2x+0NKqLieImAxBG/1nbVei+Gt5OuBWsFt+7jYRVn9OMKow70ZeshqA0TSB6M1FOL2R 9lznEfNaaK64z7fZFV4C7QgjPz8HalSEsUxyJm9zJorw+TRbpoQWlulbnCTWDGc80v2J G4VQ== X-Gm-Message-State: ANoB5pnIQL5CG8hvc7/01YiJ5+SUPSyYh1x22VJywyeH/XwnIqBYPc9B 8zpo8S2eV9yk997iOORjK0uGhAdH0lBF1xKh X-Google-Smtp-Source: AA0mqf5atNs5pUwGjz9GCsI+p1x6b7tQi4P08i8UDff43yyz6NEA+SLBJz1TYiG1ph1OD/bxP9AWxg== X-Received: by 2002:a17:906:8a4d:b0:7b5:73aa:9988 with SMTP id gx13-20020a1709068a4d00b007b573aa9988mr56700188ejc.597.1670166382320; Sun, 04 Dec 2022 07:06:22 -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.06.21 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Dec 2022 07:06:22 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 023/149] global: Migrate CONFIG_ET1100_BASE to CFG Date: Sun, 4 Dec 2022 10:03:48 -0500 Message-Id: <20221204150554.4165941-23-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_ET1100_BASE to CFG_ET1100_BASE Signed-off-by: Tom Rini --- board/esd/meesc/meesc.c | 2 +- include/configs/meesc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/esd/meesc/meesc.c b/board/esd/meesc/meesc.c index 21f4ba98b531..9e3621042241 100644 --- a/board/esd/meesc/meesc.c +++ b/board/esd/meesc/meesc.c @@ -163,7 +163,7 @@ int checkboard(void) u_char hw_type; /* hardware type */ /* read the "Type" register of the ET1100 controller */ - hw_type = readb(CONFIG_ET1100_BASE); + hw_type = readb(CFG_ET1100_BASE); switch (hw_type) { case 0x11: diff --git a/include/configs/meesc.h b/include/configs/meesc.h index d190e4b50392..38da55c70bfe 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -60,6 +60,6 @@ #endif /* hw-controller addresses */ -#define CONFIG_ET1100_BASE 0x70000000 +#define CFG_ET1100_BASE 0x70000000 #endif -- 2.25.1