]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs/mt8365: enable bootstd, FIT and DT overlays
authorDavid Lechner <dlechner@baylibre.com>
Tue, 12 May 2026 22:31:53 +0000 (17:31 -0500)
committerDavid Lechner <dlechner@baylibre.com>
Wed, 10 Jun 2026 20:37:04 +0000 (15:37 -0500)
Enable options needed by the default board support package for Genio
350 EVK board that uses this config.

CONFIG_CMD_PART is selected by the new options, so is removed here since
it is now redundant.

Reviewed-by: Julien Stephan <jstephan@baylibre.com>
Tested-by: Julien Stephan <jstephan@baylibre.com>
Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
Link: https://patch.msgid.link/20260512-mtk-genio-defconfig-v2-3-bf4c30ef7f14@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
configs/mt8365_evk_defconfig

index 1a38549254780be4d29547066cb70e41abf97c3d..202879ba66dd8bddc44cbeab8ec11aa9bc85a1c6 100644 (file)
@@ -6,14 +6,16 @@ CONFIG_ARCH_MEDIATEK=y
 CONFIG_TEXT_BASE=0x4c000000
 CONFIG_NR_DRAM_BANKS=1
 CONFIG_DEFAULT_DEVICE_TREE="mediatek/mt8365-evk"
+CONFIG_OF_LIBFDT_OVERLAY=y
 CONFIG_TARGET_MT8365=y
 CONFIG_SYS_LOAD_ADDR=0x4c000000
+CONFIG_FIT=y
+CONFIG_BOOTSTD_FULL=y
 CONFIG_DEFAULT_FDT_FILE="mt8365-evk"
 # CONFIG_BOARD_INIT is not set
 CONFIG_CMD_CLK=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_MMC=y
-CONFIG_CMD_PART=y
 CONFIG_CMD_PMIC=y
 CONFIG_CMD_REGULATOR=y
 CONFIG_OF_UPSTREAM=y