diff options
| author | David Lechner <[email protected]> | 2026-04-21 09:09:35 -0500 |
|---|---|---|
| committer | David Lechner <[email protected]> | 2026-04-28 10:53:35 -0500 |
| commit | 4c435a7ffb104ef4f13c6c29d784d6a6be247f1e (patch) | |
| tree | c9e6881a9ce007ca64e82358e26481bb80f103c2 | |
| parent | ba97dd5c107a844115b8b6a7f63c5e0b773204fb (diff) | |
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 <[email protected]>
Link: https://patch.msgid.link/20260421-mtk-configs-remove-ident-string-v1-2-66d5fc3d67be@baylibre.com
Signed-off-by: David Lechner <[email protected]>
| -rw-r--r-- | configs/mt8370_genio_510_evk_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
