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 A32C1C4332F for ; Sun, 20 Nov 2022 14:19:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 63E5F8546E; Sun, 20 Nov 2022 15:10:38 +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="rqxu0Xuy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B1A8385329; Sun, 20 Nov 2022 15:09:34 +0100 (CET) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (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 61950852FB for ; Sun, 20 Nov 2022 15:09:23 +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-x833.google.com with SMTP id e15so5937918qts.1 for ; Sun, 20 Nov 2022 06:09:23 -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=KQfoUov1wQQaw7fhtci3L0tDVfqx/SQfLWHLbP9xgCA=; b=rqxu0XuyFl56Qwt04KX9zKj1mCiqX10cYjOe0l6I0mprXzpUjAWCFFQ45glnGbbT0+ moAGjiPgwATbvx0gr4VvCGNqUpWuCg+LuzNxv0D51BROhUdlVShKg2PXYb/sbQrVlvYh +urXM4ptE0KI/pjID3Xfb9he9O0il69nJiNQ8= 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=KQfoUov1wQQaw7fhtci3L0tDVfqx/SQfLWHLbP9xgCA=; b=vTMUCwjaNCXrNmecNvl4dqa1DVMk6BaPzY3Pok/6nNmK8hLOcCEdH+ahS5nU8idJq2 L8FNLqxkKRrlu8+ZL7p6XYuq4aYB95RHNOcsyrw5YPsKmAoukIqOpZMZXqrpLKsLvnqF RZVXQdQ7ziRpFJDbiNr8BVY3MTT7LMHJmeXehZbY4sYNAWFitsDWpRxqSZya5aBN4MZQ tU1TTSMkCPFHoFQQvVFlrA81e40iqQtKsWaWRZ2zZKI4fikb6yTx35u7u4Ix+CDUUHQT yubt9ybJRy8q/H7ltj9QoYlcFYrNpESfmmUTBubH9Z1Lij/hf4Jooe7KDq8DqWmxirMq 5EAQ== X-Gm-Message-State: ANoB5pml9seK3ykaz0e95CnU2NNaUqBTHDnVpaPXcdIx6ckzvCxMii4u BWNFB39qWm2B+nG+MkaJc92/APbHEYuuXg== X-Google-Smtp-Source: AA0mqf5L3XRxNCzVTDJNrTzqSqRG2Qcc0rzJfkG12OqRUvQkqYhNhgyn1F27ovvNplG7w6zcYtl0kQ== X-Received: by 2002:ac8:688:0:b0:3a5:122:fb79 with SMTP id f8-20020ac80688000000b003a50122fb79mr3470070qth.452.1668953362874; Sun, 20 Nov 2022 06:09:22 -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 bk23-20020a05620a1a1700b006ce580c2663sm6387502qkb.35.2022.11.20.06.09.22 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 06:09:22 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 190/241] global: Migrate CONFIG_SPI_ADDR to CFG Date: Sun, 20 Nov 2022 09:08:20 -0500 Message-Id: <20221120140829.3057894-81-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221120140829.3057894-1-trini@konsulko.com> References: <20221120135520.3057773-4-trini@konsulko.com> <20221120140829.3057894-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/mt7629.h | 4 ++-- scripts/config_whitelist.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/mt7629.h b/include/configs/mt7629.h index d7700673f6f7..6fc851f2079c 100644 --- a/include/configs/mt7629.h +++ b/include/configs/mt7629.h @@ -17,8 +17,8 @@ /* Defines for SPL */ -#define CONFIG_SPI_ADDR 0x30000000 -#define CFG_SYS_UBOOT_BASE (CONFIG_SPI_ADDR + CONFIG_SPL_PAD_TO) +#define CFG_SPI_ADDR 0x30000000 +#define CFG_SYS_UBOOT_BASE (CFG_SPI_ADDR + CONFIG_SPL_PAD_TO) /* SPL -> Uboot */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 9f28554caab4..9989d7052f14 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -199,7 +199,7 @@ CFG_SLIC CFG_SMDK5420 CFG_SMP_PEN_ADDR CFG_SOCRATES -CONFIG_SPI_ADDR +CFG_SPI_ADDR CONFIG_SPI_BOOTING CONFIG_SPI_FLASH_QUAD CONFIG_SPI_FLASH_SIZE -- 2.25.1