Re: [PATCH 2/3] Convert CONFIG_FIXED_SDHCI_ALIGNED_BUFFER to Kconfig

2022-06-06 Thread Tom Rini
On Sun, May 29, 2022 at 11:13:17AM +1200, Chris Packham wrote: > CONFIG_FIXED_SDHCI_ALIGNED_BUFFER is needed on some Marvell SoCs when > booting from MMC. All existing usages of this have the same value so > make this the default and have the Kconfig option depend on SPL && > MVEBU_SPL_BOOT_DEVICE

Re: [PATCH 2/3] Convert CONFIG_FIXED_SDHCI_ALIGNED_BUFFER to Kconfig

2022-05-29 Thread Stefan Roese
On 29.05.22 01:13, Chris Packham wrote: CONFIG_FIXED_SDHCI_ALIGNED_BUFFER is needed on some Marvell SoCs when booting from MMC. All existing usages of this have the same value so make this the default and have the Kconfig option depend on SPL && MVEBU_SPL_BOOT_DEVICE_MMC. Signed-off-by: Chris Pa

Re: [PATCH 2/3] Convert CONFIG_FIXED_SDHCI_ALIGNED_BUFFER to Kconfig

2022-05-29 Thread Marek BehĂșn
On Sun, 29 May 2022 11:13:17 +1200 Chris Packham wrote: > CONFIG_FIXED_SDHCI_ALIGNED_BUFFER is needed on some Marvell SoCs when > booting from MMC. All existing usages of this have the same value so > make this the default and have the Kconfig option depend on SPL && > MVEBU_SPL_BOOT_DEVICE_MMC.

[PATCH 2/3] Convert CONFIG_FIXED_SDHCI_ALIGNED_BUFFER to Kconfig

2022-05-28 Thread Chris Packham
CONFIG_FIXED_SDHCI_ALIGNED_BUFFER is needed on some Marvell SoCs when booting from MMC. All existing usages of this have the same value so make this the default and have the Kconfig option depend on SPL && MVEBU_SPL_BOOT_DEVICE_MMC. Signed-off-by: Chris Packham --- drivers/mmc/Kconfig