diff options
| author | David Lechner <[email protected]> | 2026-04-21 09:09:34 -0500 |
|---|---|---|
| committer | David Lechner <[email protected]> | 2026-04-28 10:53:35 -0500 |
| commit | ba97dd5c107a844115b8b6a7f63c5e0b773204fb (patch) | |
| tree | cc0869965d4ed79b9a138d0695bd999614ca728a | |
| parent | 8436dd6b0e7e529fda238edf762076fa436bdfda (diff) | |
configs: mediatek: mt8365_evk: remove CONFIG_IDENT_STRING
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.
Reviewed-by: Julien Stephan <[email protected]>
Link: https://patch.msgid.link/20260421-mtk-configs-remove-ident-string-v1-1-66d5fc3d67be@baylibre.com
Signed-off-by: David Lechner <[email protected]>
| -rw-r--r-- | configs/mt8365_evk_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
