[PATCH 2/2] configs: mediatek: add required config for SNOR on Genio 520/720 EVK

Macpaul Lin (林智斌) Macpaul.Lin at mediatek.com
Tue Apr 7 16:22:35 CEST 2026


On Mon, 2026-04-06 at 15:37 -0500, David Lechner wrote:
> Enable options to be able to access the SNOR flash on Genio 520/720
> EVK
> boards.
> 
> Signed-off-by: David Lechner <dlechner at baylibre.com>
> ---
>  configs/mt8189.config | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/configs/mt8189.config b/configs/mt8189.config
> index 74edd0169ea..e0a6b022fc0 100644
> --- a/configs/mt8189.config
> +++ b/configs/mt8189.config
> @@ -23,6 +23,9 @@ CONFIG_CLK=y
>  # CONFIG_MMC_QUIRKS is not set
>  CONFIG_MMC_HS200_SUPPORT=y
>  CONFIG_MMC_MTK=y
> +CONFIG_MTD=y
> +CONFIG_DM_SPI_FLASH=y
> +CONFIG_SPI_FLASH_MACRONIX=y
>  CONFIG_PHY=y
>  CONFIG_PHY_MTK_TPHY=y
>  CONFIG_PHY_MTK_XSPHY=y
> @@ -37,6 +40,9 @@ CONFIG_DM_REGULATOR_MT6359=y
>  CONFIG_BAUDRATE=921600
>  CONFIG_DM_SERIAL=y
>  CONFIG_MTK_SERIAL=y
> +CONFIG_SPI=y
> +CONFIG_DM_SPI=y
> +CONFIG_MTK_SNOR=y
>  CONFIG_USB=y
>  CONFIG_USB_XHCI_HCD=y
>  CONFIG_USB_XHCI_MTK=y
> 

Reviewed-by: Macpaul Lin <macpaul.lin at mediatek.com>

Thanks!
Macpaul Lin


More information about the U-Boot mailing list