From 95c06da44f83f5db523433d04b5518b4fe62f906 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 21 Apr 2026 09:09:38 -0500 Subject: [PATCH] configs: mediatek: mt8395_genio_1200_evk_ufs: remove CONFIG_IDENT_STRING Remove CONFIG_IDENT_STRING from the mt8395_genio_1200_evk_ufs 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. Reviewed-by: Julien Stephan Link: https://patch.msgid.link/20260421-mtk-configs-remove-ident-string-v1-5-66d5fc3d67be@baylibre.com Signed-off-by: David Lechner --- configs/mt8395_genio_1200_evk_ufs_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/mt8395_genio_1200_evk_ufs_defconfig b/configs/mt8395_genio_1200_evk_ufs_defconfig index e927365a03a..525638f5800 100644 --- a/configs/mt8395_genio_1200_evk_ufs_defconfig +++ b/configs/mt8395_genio_1200_evk_ufs_defconfig @@ -1,7 +1,6 @@ #include CONFIG_DEFAULT_DEVICE_TREE="mediatek/mt8395-genio-1200-evk-ufs" -CONFIG_IDENT_STRING=" mt8395-genio-1200-evk-ufs" CONFIG_CMD_UFS=y CONFIG_PHY=y CONFIG_SCSI=y