Re: [PATCH v2] mmc: Hide mmc speed command under mmc command

2024-09-17 Thread Tom Rini
On Mon, 02 Sep 2024 15:37:09 +0200, Marek Vasut wrote: > The mmc speed command configuration option keeps showing up in > Kconfig directly in 'Command line interface'. Move MMC_SPEED_MODE_SET > under CMD_MMC to make it show up alongside the MMC command. > > Applied to u-boot/next, thanks! --

Re: [PATCH v2] mmc: Hide mmc speed command under mmc command

2024-09-03 Thread Marek Vasut
On 9/3/24 9:42 AM, Mattijs Korpershoek wrote: On lun., sept. 02, 2024 at 15:41, Quentin Schulz wrote: Hi Marek, On 9/2/24 3:37 PM, Marek Vasut wrote: The mmc speed command configuration option keeps showing up in Kconfig directly in 'Command line interface'. Move MMC_SPEED_MODE_SET under CM

Re: [PATCH v2] mmc: Hide mmc speed command under mmc command

2024-09-03 Thread Mattijs Korpershoek
On lun., sept. 02, 2024 at 15:41, Quentin Schulz wrote: > Hi Marek, > > On 9/2/24 3:37 PM, Marek Vasut wrote: >> The mmc speed command configuration option keeps showing up in >> Kconfig directly in 'Command line interface'. Move MMC_SPEED_MODE_SET >> under CMD_MMC to make it show up alongside t

Re: [PATCH v2] mmc: Hide mmc speed command under mmc command

2024-09-02 Thread Quentin Schulz
Hi Marek, On 9/2/24 3:37 PM, Marek Vasut wrote: The mmc speed command configuration option keeps showing up in Kconfig directly in 'Command line interface'. Move MMC_SPEED_MODE_SET under CMD_MMC to make it show up alongside the MMC command. Signed-off-by: Marek Vasut --- Cc: AKASHI Takahiro C