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 12/21] Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig
Date: Thu, 3 Nov 2022 07:06:37 +0900 [thread overview]
Message-ID: <000801d8ef07$6115d560$23418020$@samsung.com> (raw)
In-Reply-To: <CAPnjgZ2jZfJU5-j2kEaK+UE4TiADtk1+Z1CorLvrg6yhDnR=WA@mail.gmail.com>
> -----Original Message-----
> From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Simon Glass
> Sent: Sunday, October 30, 2022 10:44 AM
> To: Tom Rini <trini@konsulko.com>
> Cc: u-boot@lists.denx.de
> Subject: Re: [PATCH 12/21] Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig
>
> On Fri, 28 Oct 2022 at 18:29, Tom Rini <trini@konsulko.com> wrote:
> >
> > This converts the following to Kconfig:
> > CONFIG_SYS_MMC_MAX_BLK_COUNT
> >
> > Signed-off-by: Tom Rini <trini@konsulko.com>
> > ---
> > configs/hikey960_defconfig | 1 +
> > configs/octeontx2_95xx_defconfig | 1 +
> > configs/octeontx2_96xx_defconfig | 1 +
> > configs/octeontx_81xx_defconfig | 1 +
> > configs/octeontx_83xx_defconfig | 1 +
> > configs/socfpga_agilex_atf_defconfig | 1 +
> > configs/socfpga_agilex_defconfig | 1 +
> > configs/socfpga_agilex_vab_defconfig | 1 +
> > configs/socfpga_arria10_defconfig | 1 +
> > configs/socfpga_arria5_defconfig | 1 +
> > configs/socfpga_cyclone5_defconfig | 1 +
> > configs/socfpga_dbm_soc1_defconfig | 1 +
> > configs/socfpga_de0_nano_soc_defconfig | 1 +
> > configs/socfpga_de10_nano_defconfig | 1 +
> > configs/socfpga_de10_standard_defconfig | 1 +
> > configs/socfpga_de1_soc_defconfig | 1 +
> > configs/socfpga_mcvevk_defconfig | 1 +
> > configs/socfpga_n5x_atf_defconfig | 1 +
> > configs/socfpga_n5x_defconfig | 1 +
> > configs/socfpga_n5x_vab_defconfig | 1 +
> > configs/socfpga_secu1_defconfig | 1 +
> > configs/socfpga_sockit_defconfig | 1 +
> > configs/socfpga_socrates_defconfig | 1 +
> > configs/socfpga_sr1500_defconfig | 1 +
> > configs/socfpga_stratix10_atf_defconfig | 1 +
> > configs/socfpga_stratix10_defconfig | 1 +
> > configs/socfpga_vining_fpga_defconfig | 1 +
> > configs/total_compute_defconfig | 1 +
> > configs/vexpress_ca9x4_defconfig | 1 +
> > drivers/mmc/Kconfig | 7 +++++++
> > include/configs/hikey960.h | 1 -
> > include/configs/octeontx2_common.h | 2 --
> > include/configs/octeontx_common.h | 2 --
> > include/configs/socfpga_common.h | 9 ---------
> > include/configs/socfpga_soc64_common.h | 3 ---
> > include/configs/total_compute.h | 2 --
> > include/configs/vexpress_common.h | 2 --
> > include/mmc.h | 5 -----
> > 38 files changed, 36 insertions(+), 26 deletions(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
next prev parent reply other threads:[~2022-11-02 22:07 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 [this message]
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
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='000801d8ef07$6115d560$23418020$@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