From: David Lechner Date: Tue, 21 Apr 2026 14:09:35 +0000 (-0500) Subject: configs: mediatek: mt8370_genio_510_evk: remove CONFIG_IDENT_STRING X-Git-Tag: v2026.07-rc2~36^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c435a7ffb104ef4f13c6c29d784d6a6be247f1e;p=thirdparty%2Fu-boot.git configs: mediatek: mt8370_genio_510_evk: remove CONFIG_IDENT_STRING Remove CONFIG_IDENT_STRING from the mt8370_genio_510_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. Reviewed-by: Julien Stephan Link: https://patch.msgid.link/20260421-mtk-configs-remove-ident-string-v1-2-66d5fc3d67be@baylibre.com Signed-off-by: David Lechner --- diff --git a/configs/mt8370_genio_510_evk_defconfig b/configs/mt8370_genio_510_evk_defconfig index e3530571cc4..2ddd8d2a36a 100644 --- a/configs/mt8370_genio_510_evk_defconfig +++ b/configs/mt8370_genio_510_evk_defconfig @@ -2,4 +2,3 @@ CONFIG_DEFAULT_DEVICE_TREE="mediatek/mt8370-genio-510-evk" CONFIG_MTK_MEM_MAP_DDR_SIZE=0x100000000 -CONFIG_IDENT_STRING="mt8370-genio-510-evk"