[PATCH v2 2/6] configs: mt8395_evk: rename to mt8395_genio_1200_evk_defconfig
David Lechner
dlechner at baylibre.com
Fri Mar 20 22:25:43 CET 2026
On 3/18/26 11:45 AM, Julien Stephan wrote:
> Rename mt8395_evk to match the name of the device tree which is
> mt8395-genio-1200-evk.dts
>
> Also update CONFIG_IDENT_STRING to be consistent.
>
> Signed-off-by: Julien Stephan <jstephan at baylibre.com>
> ---
> board/mediatek/MAINTAINERS | 4 ++--
> configs/{mt8395_evk_defconfig => mt8395_genio_1200_evk_defconfig} | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/board/mediatek/MAINTAINERS b/board/mediatek/MAINTAINERS
> index 446a9e8e53c..5ae23b1628c 100644
> --- a/board/mediatek/MAINTAINERS
> +++ b/board/mediatek/MAINTAINERS
> @@ -14,7 +14,7 @@ M: Macpaul Lin <Macpaul.Lin at mediatek.com>
> S: Maintained
> F: configs/mt8390_evk_defconfig
>
> -MT8395 EVK
> +MT8395
> M: Macpaul Lin <Macpaul.Lin at mediatek.com>
> S: Maintained
> -F: configs/mt8395_evk_defconfig
> +F: configs/mt8395_genio_1200_evk_defconfig
> diff --git a/configs/mt8395_evk_defconfig b/configs/mt8395_genio_1200_evk_defconfig
> similarity index 92%
> rename from configs/mt8395_evk_defconfig
> rename to configs/mt8395_genio_1200_evk_defconfig
> index 2edf3cb3e35..2d73af353f7 100644
> --- a/configs/mt8395_evk_defconfig
> +++ b/configs/mt8395_genio_1200_evk_defconfig
> @@ -7,7 +7,7 @@ CONFIG_NR_DRAM_BANKS=1
> CONFIG_DEFAULT_DEVICE_TREE="mediatek/mt8395-genio-1200-evk"
> CONFIG_TARGET_MT8195=y
> CONFIG_SYS_LOAD_ADDR=0x60000000
> -CONFIG_IDENT_STRING=" mt8395-evk"
> +CONFIG_IDENT_STRING="mt8395-genio-1200-evk"
This is just printed as part of the version and the CPU and Model
which contains the same info is printed right below it, so I would
suggest that we just drop CONFIG_IDENT_STRING. I don't think it adds
anything useful.
Example:
U-Boot 2026.04-rc4 (Mar 20 2026 - 15:23:05 -0500)${IDENT_STRING}
CPU: MediaTek MT8189
Model: MediaTek Genio-720 EVK
...
If we do keep the config, it should have a leading space, otherwise
there is no space after ).
> # CONFIG_BOARD_INIT is not set
> CONFIG_CMD_CLK=y
> CONFIG_CMD_GPT=y
>
More information about the U-Boot
mailing list