Re: [PATCH v2 11/14] spl: mmc: Try to clean up raw-mode options

2024-08-11 Thread Simon Glass
Hi Quentin, On Tue, 6 Aug 2024 at 08:53, Quentin Schulz wrote: > > Hi Simon, > > On 7/21/24 5:25 PM, Simon Glass wrote: > > Make the raw-mode options depend on SPL_SYS_MMCSD_RAW_MODE in a more > > direct way. This makes it easier to understand the options with > > 'make menuconfig'. > > > > There

Re: [PATCH v2 11/14] spl: mmc: Try to clean up raw-mode options

2024-08-06 Thread Quentin Schulz
Hi Simon, On 7/21/24 5:25 PM, Simon Glass wrote: Make the raw-mode options depend on SPL_SYS_MMCSD_RAW_MODE in a more direct way. This makes it easier to understand the options with 'make menuconfig'. There are three different ways of specifying the offset: - sector offset - partition number -

[PATCH v2 11/14] spl: mmc: Try to clean up raw-mode options

2024-07-21 Thread Simon Glass
Make the raw-mode options depend on SPL_SYS_MMCSD_RAW_MODE in a more direct way. This makes it easier to understand the options with 'make menuconfig'. There are three different ways of specifying the offset: - sector offset - partition number - partition type So make these a choice, so it is mo