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 93C11C4332F for ; Sun, 20 Nov 2022 14:21:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BAF92853E0; Sun, 20 Nov 2022 15:14:07 +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="UuSrjzLe"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 094F885279; Sun, 20 Nov 2022 15:12:22 +0100 (CET) Received: from mail-qt1-x829.google.com (mail-qt1-x829.google.com [IPv6:2607:f8b0:4864:20::829]) (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 492FA853E6 for ; Sun, 20 Nov 2022 15:09:46 +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-x829.google.com with SMTP id a27so5912170qtw.10 for ; Sun, 20 Nov 2022 06:09:46 -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=CuR1/gm21wZ0MUALP/r2b2ziYNPxq8Cupod57lWPexk=; b=UuSrjzLeCrCFnUhklMXt0qmeKNI8mlUdHYE1VzJONynD4T673wO/UPVdebS6Mu+qCE +Ef6YBO8Wf3zuT2eFUALUP1v4/7jxbL++FpBkXzUf1V346JTYFxHazU+d7KBdfPoS+Wa LxC4wBEh2rZofMfCfOttqvPg4y6jKgI9Yy5xQ= 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=CuR1/gm21wZ0MUALP/r2b2ziYNPxq8Cupod57lWPexk=; b=sY806O72dPVUT0eiEZnulySFwdnvBZZex2/anM9b0IjSxI+j08G9o3zpeMp9qVCVdo FSIiYJy55vjB7YalhUB9KvLcnvc83WMWJyzGSj534VErOCLXs+F8qawapfpqmv4Z6/VD evwthUo1WrMVskn0VQnL/+RaQpF4GvbSQ+oSa6x0kh6YdSOuG0r0BKo4JvogW6Y1sShp YQLpuSqQRvZa0LVK/0/FD1xhK6plJoQTcen6reYDj/gwK5e8Q0i7OLtdtXiWYsNbc7Rp UxH6Gz5YEVlLM0k5ftyqq43SX0qkOzdJUZx/2d+7vdCFM5Jr1Se3RtzNVrHNuiVYsK3F 4adA== X-Gm-Message-State: ANoB5pkR4fEBI7RkE81hwGbgfyZDAVUy7Hzn2EnEAgxh2gIpvq09fmaz i+ILsoRXVHi9uMXYAP3mJpkmBUE8rNVyrg== X-Google-Smtp-Source: AA0mqf5DWUzAhT45Kp7K+ZdrVbtAwgzFLgwrrvIgZuWzxDtnO6S7Z2fGOl6Pux89W8+HLTsENm5GgQ== X-Received: by 2002:a05:622a:1187:b0:3a5:58f9:cd0b with SMTP id m7-20020a05622a118700b003a558f9cd0bmr4366464qtk.404.1668953359515; Sun, 20 Nov 2022 06:09:19 -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.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 06:09:19 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 185/241] global: Migrate CONFIG_SH_QSPI_BASE to CFG Date: Sun, 20 Nov 2022 09:08:15 -0500 Message-Id: <20221120140829.3057894-76-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/blanche.h | 2 +- scripts/config_whitelist.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/blanche.h b/include/configs/blanche.h index dc74ed3e79d6..5bc3df06aa11 100644 --- a/include/configs/blanche.h +++ b/include/configs/blanche.h @@ -23,7 +23,7 @@ /* FLASH */ #if !defined(CONFIG_MTD_NOR_FLASH) -#define CONFIG_SH_QSPI_BASE 0xE6B10000 +#define CFG_SH_QSPI_BASE 0xE6B10000 #else #define CFG_FLASH_SHOW_PROGRESS 45 #define CFG_SYS_FLASH_BASE 0x00000000 diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 36cc068c4473..8a23b09ef5c0 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -194,7 +194,7 @@ CFG_SH_ETHER_CACHE_WRITEBACK CFG_SH_ETHER_PHY_ADDR CFG_SH_ETHER_PHY_MODE CFG_SH_ETHER_USE_PORT -CONFIG_SH_QSPI_BASE +CFG_SH_QSPI_BASE CONFIG_SLIC CONFIG_SMDK5420 CONFIG_SMP_PEN_ADDR -- 2.25.1