[PATCH v2 1/3] configs/mt8188: enable bootstd, FIT and DT overlays

Macpaul Lin (林智斌) Macpaul.Lin at mediatek.com
Thu May 14 04:24:57 CEST 2026


On Tue, 2026-05-12 at 17:31 -0500, David Lechner wrote:
> Enable options needed by the default board support package for Genio
> 510/700 EVK boards that use this config.
> 
> CONFIG_CMD_PART is selected by the new options, so is removed here
> since
> it is now redundant.
> 
> Signed-off-by: David Lechner <dlechner at baylibre.com>
> ---
>  configs/mt8188.config | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/mt8188.config b/configs/mt8188.config
> index 9dfba6bf99f..0f748415602 100644
> --- a/configs/mt8188.config
> +++ b/configs/mt8188.config
> @@ -4,13 +4,15 @@ CONFIG_POSITION_INDEPENDENT=y
>  CONFIG_ARCH_MEDIATEK=y
>  CONFIG_TEXT_BASE=0x4c000000
>  CONFIG_NR_DRAM_BANKS=1
> +CONFIG_OF_LIBFDT_OVERLAY=y
>  CONFIG_TARGET_MT8188=y
>  CONFIG_SYS_LOAD_ADDR=0x4c000000
> +CONFIG_FIT=y
> +CONFIG_BOOTSTD_FULL=y
>  # CONFIG_BOARD_INIT is not set
>  CONFIG_CMD_CLK=y
>  CONFIG_CMD_GPT=y
>  CONFIG_CMD_MMC=y
> -CONFIG_CMD_PART=y
>  CONFIG_OF_UPSTREAM=y
>  CONFIG_CLK=y
>  CONFIG_MMC_MTK=y
> 

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

Thanks!
Macpaul Lin


More information about the U-Boot mailing list