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 4A9E4C4332F for ; Sun, 20 Nov 2022 13:39:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 495C4852E4; Sun, 20 Nov 2022 14:34:56 +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="ZvleXVX5"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D9148851EF; Sun, 20 Nov 2022 14:34:20 +0100 (CET) Received: from mail-qt1-x82a.google.com (mail-qt1-x82a.google.com [IPv6:2607:f8b0:4864:20::82a]) (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 6562485263 for ; Sun, 20 Nov 2022 14:34:18 +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-x82a.google.com with SMTP id c15so5898286qtw.8 for ; Sun, 20 Nov 2022 05:34:18 -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=xJFgzolKJfArTxphLe/EpNvvBUPtFCQ2LeEYQNkuaXc=; b=ZvleXVX5O3KRRZfOn1diQ0yblQ5NHIQknZNrIaHGqHaieNUdZNWDA0s/BaR88rF7t3 8Tx4zTQZd4kVSIGloG3ZN3xfJL769pcBicLZuXh7GD/ncuZiRJj8JTr4bXSjCY/Q1tti BvigQ8w0oktUBRjn9YnKfHkiSi4iNLRQ7vTws= 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=xJFgzolKJfArTxphLe/EpNvvBUPtFCQ2LeEYQNkuaXc=; b=k+7MkaS+m6xx/uR8C5a6g/LX1KvY1x+m0aiOK5t17hxefYUVeOTerP8ZumFSdHbK4/ bkPS1LwSLOXMqCqfjyua5o1p1Fe3VeK/gkx9rsxaweaxAwO0EverSzpk0sdHBY1zoYv2 BdOH5E8SJL6KL8cmd2lubjJ+r7WqBIC0Mq0xiAIChaxNcFxV9ANDXhIPfTxYRFW8tCQ9 m6/LDMJmyD6Q/BfKCHbXJU9LnI1bZDzXSBoPWVGRup7wSvA7UZ9dgd+Et7VObkP5eysi F/slq6qm7SJJaQ5LpAT4Arp1DeaWnIJfFigMAelUN6YrC8D6Xm9fchNzXwuoTXvP7UXa ZTng== X-Gm-Message-State: ANoB5pmquw7a1wRa8uNzWf4CbXt0Uk6GWXJ409lAgC/qdc7oHGT7hF4S ZgeLNx9DxRix6qt+XAdPK+beP6ScSWkzQw== X-Google-Smtp-Source: AA0mqf5Er/S7biS+LpTushn/r8uzSAaDmd4EriS8rvCuP8cAEQUNwE1XYu39GUObNxIZ9IDqt5LcFg== X-Received: by 2002:a05:622a:1a2a:b0:3a5:5e38:c294 with SMTP id f42-20020a05622a1a2a00b003a55e38c294mr13641860qtb.122.1668951257082; Sun, 20 Nov 2022 05:34:17 -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.16 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 05:34:16 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 030/241] global: Migrate CONFIG_FLASH_SECTOR_SIZE to CFG Date: Sun, 20 Nov 2022 08:30:21 -0500 Message-Id: <20221120133352.3055600-31-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/ax25-ae350.h | 2 +- scripts/config_whitelist.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/ax25-ae350.h b/include/configs/ax25-ae350.h index b743066ea7c3..6661f2d173ce 100644 --- a/include/configs/ax25-ae350.h +++ b/include/configs/ax25-ae350.h @@ -50,7 +50,7 @@ #define CFG_SYS_FLASH_BANKS_SIZES {0x4000000} /* max number of sectors on one chip */ -#define CONFIG_FLASH_SECTOR_SIZE (0x10000*2) +#define CFG_FLASH_SECTOR_SIZE (0x10000*2) /* environments */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index ae4cb04023ad..89f47538d4c7 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -30,7 +30,7 @@ CFG_FEC_FIXED_SPEED CFG_FEC_MXC_PHYADDR CFG_FLASH_BR_PRELIM CFG_FLASH_OR_PRELIM -CONFIG_FLASH_SECTOR_SIZE +CFG_FLASH_SECTOR_SIZE CONFIG_FLASH_SHOW_PROGRESS CONFIG_FLASH_SPANSION_S29WS_N CONFIG_FLASH_VERIFY -- 2.25.1