public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: u-boot@lists.denx.de, "Marek Vasut" <marex@denx.de>,
	"Simon Glass" <sjg@chromium.org>,
	"Aaron Williams" <awilliams@marvell.com>,
	"Adam Ford" <aford173@gmail.com>,
	"Aleksandar Gerasimovski"
	<aleksandar.gerasimovski@hitachienergy.com>,
	"Alison Wang" <alison.wang@nxp.com>, Andes <uboot@andestech.com>,
	"Andrew F. Davis" <afd@ti.com>,
	"Angelo Dureghello" <angelo@sysam.it>,
	"Ashish Kumar" <Ashish.Kumar@nxp.com>,
	"Bin Meng" <bmeng.cn@gmail.com>,
	"Chee Hong Ang" <chee.hong.ang@intel.com>,
	"Chin-Liang See" <clsee@altera.com>,
	"Christophe Leroy" <christophe.leroy@c-s.fr>,
	"Dalon Westergreen" <dalon.westergreen@intel.com>,
	"Daniel Schwierzeck" <daniel.schwierzeck@gmail.com>,
	"David Feng" <fenghua@phytium.com.cn>,
	"Dinh Nguyen" <dinguyen@kernel.org>,
	"Dirk Eibach" <dirk.eibach@gdsys.cc>,
	"Eugen Hristev" <eugen.hristev@microchip.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Heiko Schocher" <hs@denx.de>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Igor Opaniuk" <igor.opaniuk@foundries.io>,
	"Ilko Iliev" <iliev@ronetix.at>,
	"Jassi Brar" <jaswinder.singh@linaro.org>,
	"Jens Scharsig" <esw@bus-elektronik.de>,
	"Kamil Lulko" <kamil.lulko@gmail.com>,
	"Kristian Amlie" <kristian.amlie@northern.tech>,
	"Liviu Dudau" <liviu.dudau@foss.arm.com>,
	"Lukasz Majewski" <lukma@denx.de>,
	"Marek Behún" <marek.behun@nic.cz>,
	"Marek Vasut" <marek.vasut+renesas@gmail.com>,
	"Masakazu Mochizuki" <masakazu.mochizuki.wd@hitachi.com>,
	"Masami Hiramatsu" <masami.hiramatsu@linaro.org>,
	"Max Filippov" <jcmvbkbc@gmail.com>,
	"Michael Walle" <michael@walle.cc>,
	"Michal Simek" <monstr@monstr.eu>,
	"Mingkai Hu" <Mingkai.Hu@nxp.com>, "Niel Fourie" <lusus@denx.de>,
	"Nobuhiro Iwamatsu" <iwamatsu@nigauri.org>,
	"Patrice Chotard" <patrice.chotard@foss.st.com>,
	"Paul Burton" <paul.burton@mips.com>,
	"Peng Fan" <peng.fan@nxp.com>,
	"Priyanka Jain" <priyanka.jain@nxp.com>,
	"Qiang Zhao" <qiang.zhao@nxp.com>,
	"Rainer Boschung" <rainer.boschung@hitachienergy.com>,
	"Rajesh Bhagat" <rajesh.bhagat@nxp.com>,
	"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
	"Rick Chen" <rick@andestech.com>,
	"Ruchika Gupta" <ruchika.gupta@nxp.com>,
	"Sean Anderson" <seanga2@gmail.com>,
	"Shengzhou Liu" <Shengzhou.Liu@nxp.com>,
	"Siew Chin Lim" <elly.siew.chin.lim@intel.com>,
	"Simon Guinot" <simon.guinot@sequanux.org>,
	"Sinan Akman" <sinan@writeme.com>, "Stefan Roese" <sr@denx.de>,
	"Stelian Pop" <stelian@popies.net>,
	"Tetsuyuki Kobayashi" <koba@kmckk.co.jp>,
	"Thomas Chou" <thomas@wytron.com.tw>,
	"Thomas Fitzsimmons" <fitzsim@fitzsim.org>,
	"TsiChung Liew" <Tsi-Chung.Liew@nxp.com>,
	"Tuomas Tynkkynen" <tuomas.tynkkynen@iki.fi>,
	"Usama Arif" <usama.arif@arm.com>,
	"Vikas Manocha" <vikas.manocha@st.com>,
	"Vladimir Zapolskiy" <vz@mleia.com>, "Wolfgang Denk" <wd@denx.de>,
	"Wolfgang Wegner" <w.wegner@astro-kom.de>,
	"egnite GmbH" <info@egnite.de>,
	uboot-stm32@st-md-mailman.stormreply.com,
	"Álvaro Fernández Rojas" <noltari@gmail.com>
Subject: Re: [PATCH v1 4/5] configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
Date: Fri, 21 Jan 2022 14:03:16 -0500	[thread overview]
Message-ID: <20220121190316.GK7004@bill-the-cat> (raw)
In-Reply-To: <20220104142328.v1.4.I0d0c7b01c8aefb9ef4b2d5f78feda422bc59593e@changeid>

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

On Tue, Jan 04, 2022 at 02:24:00PM +0100, Patrick Delaunay wrote:

> Use moveconfig.py script to convert define CONFIG_SYS_MAX_FLASH_BANKS
> and CONFIG_SYS_MAX_FLASH_BANKS_DETECT to Kconfig and move these entries
> to defconfigs.
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  parent reply	other threads:[~2022-01-21 19:09 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04 13:23 [PATCH v1 0/5] configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig Patrick Delaunay
2022-01-04 13:23 ` [PATCH v1 1/5] cmd: Fix up warnings in flash.c Patrick Delaunay
2022-01-05  8:42   ` Stefan Roese
2022-01-21 19:02   ` Tom Rini
2022-01-04 13:23 ` [PATCH v1 2/5] mtd: cfi: introduce CFI_FLASH_BANKS Patrick Delaunay
2022-01-05  8:43   ` Stefan Roese
2022-01-21 19:03   ` Tom Rini
2022-01-04 13:23 ` [PATCH v1 3/5] mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as boolean Patrick Delaunay
2022-01-05  8:43   ` Stefan Roese
2022-01-21 19:03   ` Tom Rini
2022-01-04 13:24 ` [PATCH v1 4/5] configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig Patrick Delaunay
2022-01-05  8:43   ` Stefan Roese
2022-01-21 19:03   ` Tom Rini [this message]
2022-01-04 13:24 ` [PATCH v1 5/5] Convert CONFIG_AT91_EFLASH " Patrick Delaunay
2022-01-05  8:44   ` Stefan Roese
2022-01-05  8:53     ` Eugen.Hristev
2022-01-21 19:03   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220121190316.GK7004@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=Ashish.Kumar@nxp.com \
    --cc=Mingkai.Hu@nxp.com \
    --cc=Shengzhou.Liu@nxp.com \
    --cc=Tsi-Chung.Liew@nxp.com \
    --cc=afd@ti.com \
    --cc=aford173@gmail.com \
    --cc=aleksandar.gerasimovski@hitachienergy.com \
    --cc=alison.wang@nxp.com \
    --cc=angelo@sysam.it \
    --cc=awilliams@marvell.com \
    --cc=bmeng.cn@gmail.com \
    --cc=chee.hong.ang@intel.com \
    --cc=christophe.leroy@c-s.fr \
    --cc=clsee@altera.com \
    --cc=dalon.westergreen@intel.com \
    --cc=daniel.schwierzeck@gmail.com \
    --cc=dinguyen@kernel.org \
    --cc=dirk.eibach@gdsys.cc \
    --cc=elly.siew.chin.lim@intel.com \
    --cc=esw@bus-elektronik.de \
    --cc=eugen.hristev@microchip.com \
    --cc=fenghua@phytium.com.cn \
    --cc=festevam@gmail.com \
    --cc=fitzsim@fitzsim.org \
    --cc=hs@denx.de \
    --cc=igor.opaniuk@foundries.io \
    --cc=iliev@ronetix.at \
    --cc=info@egnite.de \
    --cc=iwamatsu@nigauri.org \
    --cc=jaswinder.singh@linaro.org \
    --cc=jcmvbkbc@gmail.com \
    --cc=kamil.lulko@gmail.com \
    --cc=koba@kmckk.co.jp \
    --cc=kristian.amlie@northern.tech \
    --cc=liviu.dudau@foss.arm.com \
    --cc=lukma@denx.de \
    --cc=lusus@denx.de \
    --cc=marek.behun@nic.cz \
    --cc=marek.vasut+renesas@gmail.com \
    --cc=marex@denx.de \
    --cc=masakazu.mochizuki.wd@hitachi.com \
    --cc=masami.hiramatsu@linaro.org \
    --cc=michael@walle.cc \
    --cc=monstr@monstr.eu \
    --cc=noltari@gmail.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=paul.burton@mips.com \
    --cc=peng.fan@nxp.com \
    --cc=priyanka.jain@nxp.com \
    --cc=qiang.zhao@nxp.com \
    --cc=rainer.boschung@hitachienergy.com \
    --cc=rajesh.bhagat@nxp.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=rick@andestech.com \
    --cc=ruchika.gupta@nxp.com \
    --cc=seanga2@gmail.com \
    --cc=simon.guinot@sequanux.org \
    --cc=sinan@writeme.com \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=stelian@popies.net \
    --cc=thomas@wytron.com.tw \
    --cc=tuomas.tynkkynen@iki.fi \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-stm32@st-md-mailman.stormreply.com \
    --cc=uboot@andestech.com \
    --cc=usama.arif@arm.com \
    --cc=vikas.manocha@st.com \
    --cc=vz@mleia.com \
    --cc=w.wegner@astro-kom.de \
    --cc=wd@denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox