summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2026-05-12 17:31:52 -0500
committerDavid Lechner <[email protected]>2026-06-10 15:37:04 -0500
commit10ae95703b878aad9de5b2c68f2289edf9bdafba (patch)
treeecae46dca4509084c8afe4984b4c2fab4ec127a5
parentb016f0bb46e168f6a5b7f1101e2f64aabe887ac5 (diff)
configs/mt8195: enable bootstd, FIT and DT overlays
Enable options needed by the default board support package for Genio 1200 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 <[email protected]> Tested-by: Julien Stephan <[email protected]> Reviewed-by: Macpaul Lin <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: David Lechner <[email protected]>
-rw-r--r--configs/mt8195.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/mt8195.config b/configs/mt8195.config
index ed66ea22956..03f57d46708 100644
--- a/configs/mt8195.config
+++ b/configs/mt8195.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_MT8195=y
CONFIG_SYS_LOAD_ADDR=0x60000000
+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