[PATCH 1/5] configs: mediatek: mt8365_evk: remove CONFIG_IDENT_STRING
David Lechner
dlechner at baylibre.com
Tue Apr 21 16:09:34 CEST 2026
Remove CONFIG_IDENT_STRING from the mt8365_evk defconfig. This makes it
consistent with other mediatek defconfigs and frees the option for use
by downstream users. This only affects the version string printed by
U-Boot, so it doesn't have any functional impact.
Signed-off-by: David Lechner <dlechner at baylibre.com>
---
configs/mt8365_evk_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/mt8365_evk_defconfig b/configs/mt8365_evk_defconfig
index 9b403cd7aab..1a385492547 100644
--- a/configs/mt8365_evk_defconfig
+++ b/configs/mt8365_evk_defconfig
@@ -8,7 +8,6 @@ CONFIG_NR_DRAM_BANKS=1
CONFIG_DEFAULT_DEVICE_TREE="mediatek/mt8365-evk"
CONFIG_TARGET_MT8365=y
CONFIG_SYS_LOAD_ADDR=0x4c000000
-CONFIG_IDENT_STRING=" mt8365-evk"
CONFIG_DEFAULT_FDT_FILE="mt8365-evk"
# CONFIG_BOARD_INIT is not set
CONFIG_CMD_CLK=y
--
2.43.0
More information about the U-Boot
mailing list