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 3BF83C4321E for ; Sun, 4 Dec 2022 15:11:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 60516854A4; Sun, 4 Dec 2022 16:07: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="BQkgLEUL"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5712085461; Sun, 4 Dec 2022 16:06:34 +0100 (CET) Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) (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 4CD7185446 for ; Sun, 4 Dec 2022 16:06:31 +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-x535.google.com with SMTP id s5so12530175edc.12 for ; Sun, 04 Dec 2022 07:06:31 -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=egEUXYyiJPANWWwBHv1RVC85I3lIeect7J5bEiCQmSI=; b=BQkgLEULQ3v/4PeVuZRHw5Y/dhJFg7D7iA8liiIQoDoA9/0vIkTPgPRboBuDCAL4JZ tG4MzZwz9y6CrBVnlm0n8YpGchjXkpornZ1bswrSbE4FgeQBwMDNZ5gwv0Wa9FFswYSO a3ZvgbsR5k1DNsZpT9lr+JYuiTtHXiFdKAvIg= 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=egEUXYyiJPANWWwBHv1RVC85I3lIeect7J5bEiCQmSI=; b=kGOGggwR9g0satSNZHGD4PRQaEHvJfJg4nNY83+9GI8E8lKyGpSlPKJmPQl7ZVgvZd TyYQ/f0dREpokSnMqK14ZapVoLThBnttAXPhE2kXYg/e5vapTfpWAxj9LD9g9cL3fgRn M20lYYnmNTy+CyE1F564rOO+oyu1pwdZngMOLThH39wn8TvqWjPUEBnz7Mx+YPToSAfS snsxqbcyB3a5+odXEcqL8V/39xJbl5bzkruPzZAnidOk8OSJumCVu5aScV6S3h2NAnsI 1r47jIPMHeAplIjqtzTi69vTy28DbtBrvXl3MI+m1TKzXSEtgsXrBWeZnQk/Y6z6EoFI G/nw== X-Gm-Message-State: ANoB5plkFRUmrrKtdbj2Jv3dkAsZ9ouCL1SGdWHRt0ftxCqYxPdFWkRp 6aViU47JjvJ8X6YyPeRLrWL7x84PVT9WnBI6 X-Google-Smtp-Source: AA0mqf4Nw3rjsmQ5CG+6AnnWWkWNxkrj1kyZXY7ZIfi0qmlNDoFJAzC9wVreh7ZyHd46nwlMD/WUpA== X-Received: by 2002:a05:6402:d4c:b0:457:2907:19e with SMTP id ec12-20020a0564020d4c00b004572907019emr61368626edb.111.1670166390648; Sun, 04 Dec 2022 07:06:30 -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.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Dec 2022 07:06:30 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 030/149] global: Migrate CONFIG_FLASH_OR_PRELIM to CFG Date: Sun, 4 Dec 2022 10:03:55 -0500 Message-Id: <20221204150554.4165941-30-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_FLASH_OR_PRELIM to CFG_FLASH_OR_PRELIM Signed-off-by: Tom Rini --- include/configs/p1_p2_rdb_pc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index f328eda416e4..41e7f53bd57e 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -191,7 +191,7 @@ #define CFG_FLASH_BR_PRELIM (BR_PHYS_ADDR(CFG_SYS_FLASH_BASE_PHYS) \ | BR_PS_16 | BR_V) -#define CONFIG_FLASH_OR_PRELIM 0xfc000ff7 +#define CFG_FLASH_OR_PRELIM 0xfc000ff7 #define CFG_SYS_FLASH_BANKS_LIST {CFG_SYS_FLASH_BASE_PHYS} -- 2.25.1