public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Jaehoon Chung" <jh80.chung@samsung.com>
To: "'Simon Glass'" <sjg@chromium.org>, "'Tom Rini'" <trini@konsulko.com>
Cc: <u-boot@lists.denx.de>
Subject: RE: [PATCH 13/21] Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig
Date: Thu, 3 Nov 2022 07:06:16 +0900	[thread overview]
Message-ID: <000701d8ef07$54bece70$fe3c6b50$@samsung.com> (raw)
In-Reply-To: <CAPnjgZ2q53NZi=e_20Fm_qj7g1UNH2cdWOLFrtpvSP2M-iOUzA@mail.gmail.com>



> -----Original Message-----
> From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Simon Glass
> Sent: Tuesday, November 1, 2022 4:27 AM
> To: Tom Rini <trini@konsulko.com>
> Cc: u-boot@lists.denx.de
> Subject: Re: [PATCH 13/21] Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig
> 
> On Sun, 30 Oct 2022 at 10:37, Tom Rini <trini@konsulko.com> wrote:
> >
> > On Sat, Oct 29, 2022 at 07:43:36PM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Fri, 28 Oct 2022 at 18:29, Tom Rini <trini@konsulko.com> wrote:
> > > >
> > > > This converts the following to Kconfig:
> > > >    CONFIG_SYS_MMC_MAX_DEVICE
> > > >
> > > > Signed-off-by: Tom Rini <trini@konsulko.com>
> > > > ---
> > > >  api/Kconfig                        |  5 +++++
> > > >  api/api_storage.c                  |  4 ----
> > > >  include/configs/am335x_evm.h       | 18 ------------------
> > > >  include/configs/stm32mp13_common.h |  3 ---
> > > > include/configs/stm32mp15_common.h |  3 ---
> > > >  include/configs/sunxi-common.h     |  2 --
> > > >  include/configs/tegra-common.h     |  7 -------
> > > >  include/configs/zynq-common.h      |  3 ---
> > > >  8 files changed, 5 insertions(+), 40 deletions(-)
> > >
> > > It seems odd that none of the boards end up with a defconfig setting
> > > it to 2 or 3.
> >
> > What happened here is that boards were setting the value to something
> > else, but never using it.
> 
> Ah OK, that's good to fix.
> 
> Reviewed-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>


  reply	other threads:[~2022-11-02 22:06 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-29  0:26 [PATCH 01/21] Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig Tom Rini
2022-10-29  0:26 ` [PATCH 02/21] Convert CONFIG_SYS_INIT_RAM_LOCK " Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:26 ` [PATCH 03/21] Remove dead code Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:26 ` [PATCH 04/21] Convert CONFIG_SYS_INTERLAKEN et al to Kconfig Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:26 ` [PATCH 05/21] Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et al Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:26 ` [PATCH 06/21] fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 07/21] powerpc: Migrate SYS_L2_SIZE " Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 08/21] powerpc: Migrate SYS_L3_SIZE " Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 09/21] Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al " Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 10/21] rtc: Remove unused drivers Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 11/21] Convert CONFIG_SYS_MAX_NAND_DEVICE to Kconfig Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 12/21] Convert CONFIG_SYS_MMC_MAX_BLK_COUNT " Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-11-02 22:06     ` Jaehoon Chung
2022-10-29  0:27 ` [PATCH 13/21] Convert CONFIG_SYS_MMC_MAX_DEVICE " Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-30 16:37     ` Tom Rini
2022-10-31 19:27       ` Simon Glass
2022-11-02 22:06         ` Jaehoon Chung [this message]
2022-10-29  0:27 ` [PATCH 14/21] Convert CONFIG_SYS_MONITOR_LEN " Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 15/21] mediatek: Include <linux/sizes.h> where needed Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 16/21] SYS_NONCACHED_MEMORY: Correct comment in common/board_f.c Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 17/21] Convert CONFIG_SYS_NONCACHED_MEMORY to Kconfig Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 18/21] Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST " Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 19/21] global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 20/21] global: Migrate CONFIG_SYS_FSL* " Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-29  0:27 ` [PATCH 21/21] global: Migrate CONFIG_HPS* symbols to the CFG namespace Tom Rini
2022-10-30  1:43   ` Simon Glass
2022-10-30  1:43 ` [PATCH 01/21] Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig Simon Glass
2022-11-10 19:13 ` 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='000701d8ef07$54bece70$fe3c6b50$@samsung.com' \
    --to=jh80.chung@samsung.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.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