[PATCH 2/2] configs/mt8195: enable bootstd, FIT and DT overlays

David Lechner dlechner at baylibre.com
Thu May 7 16:54:03 CEST 2026


Enable options needed by the default board support package for Genio
1200 EVK board that uses this config.

Signed-off-by: David Lechner <dlechner at baylibre.com>
---
 configs/mt8195.config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/mt8195.config b/configs/mt8195.config
index ed66ea22956..bfe593659a0 100644
--- a/configs/mt8195.config
+++ b/configs/mt8195.config
@@ -4,8 +4,11 @@ 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

-- 
2.43.0



More information about the U-Boot mailing list