[PATCH] arm64: versal: Enable defconfig for Micron octal flashes
Michal Simek
michal.simek at amd.com
Tue Nov 19 14:36:17 CET 2024
On 11/14/24 06:10, Venkatesh Yadav Abbarapu wrote:
> The Micron MT35 series octal flashes can be activated
> through the configuration option CONFIG_SPI_FLASH_MT35XU.
> To ensure their detection, enable this option in the
> default defconfig for octal flashes.
>
> Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar at amd.com>
> Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at amd.com>
> ---
> configs/xilinx_versal_virt_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
> index f220cc0254..fe25b518de 100644
> --- a/configs/xilinx_versal_virt_defconfig
> +++ b/configs/xilinx_versal_virt_defconfig
> @@ -104,6 +104,7 @@ CONFIG_SPI_FLASH_ISSI=y
> CONFIG_SPI_FLASH_MACRONIX=y
> CONFIG_SPI_FLASH_SPANSION=y
> CONFIG_SPI_FLASH_STMICRO=y
> +CONFIG_SPI_FLASH_MT35XU=y
> CONFIG_SPI_FLASH_SST=y
> CONFIG_SPI_FLASH_WINBOND=y
> # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
Applied.
M
More information about the U-Boot
mailing list