[PATCH v2 0/6] configs: mediatek: rename genio boards defconfigs to match the device tree name
David Lechner
dlechner at baylibre.com
Mon Mar 23 15:25:40 CET 2026
On 3/23/26 3:36 AM, Julien Stephan wrote:
> Le ven. 20 mars 2026 à 22:33, David Lechner <dlechner at baylibre.com> a écrit :
>>
>> On 3/18/26 11:45 AM, Julien Stephan wrote:
>>> Rename the defconfig file for various genio board to match the name of
>>> the device tree. While at it, do some cleanup:
>>> - introduce mt8188.config to factor genio-510/genio-700
>>> - remove useless SYS_BOARD_CONFIG for genio-700
>>> - set myself as maintainer
>>>
>>> Signed-off-by: Julien Stephan <jstephan at baylibre.com>
>>> ---
>>> Changes in v2:
>>> - Split the initial commit into several commits as requested by Mattijs
>>> - Link to v1: https://lore.kernel.org/r/20260318-rename-genio-defconfigs-v1-1-1440312442f0@baylibre.com
>>>
>>> ---
>>> Julien Stephan (6):
>>> configs: mt8390_evk: remove useless CONFIG_SYS_BOARD
>>> configs: mt8395_evk: rename to mt8395_genio_1200_evk_defconfig
>>> configs: mt8370_evk: rename to mt8370_genio_510_evk_defconfig
>>> configs: mt8390_evk: rename to mt8390_genio_700_evk_defconfig
>>> configs: mt8370/mt8390: introduce mt8188.config to avoid duplication
>>> configs: mt8370/mt8390/mt8395 add myself as maintainer
>>>
>>> board/mediatek/MAINTAINERS | 18 +++++++-------
>>> configs/{mt8390_evk_defconfig => mt8188.config} | 3 ---
>>> configs/mt8370_evk_defconfig | 28 ----------------------
>>> configs/mt8370_genio_510_evk_defconfig | 5 ++++
>>> configs/mt8390_genio_700_evk_defconfig | 4 ++++
>>> ...k_defconfig => mt8395_genio_1200_evk_defconfig} | 2 +-
>>
>> How about also including _emmc_ in the name, like:
>>
>> mt8370_genio_510_evk_emmc_defconfig.
>>
>> Since we will be adding a _ufs_ variant for all of these, similar to [1],
>> then it will be more obvious which one you should pick when booting from
>> eMMC vs UFS.
>
> But then the name of the defconfig will not match the device tree name
> anymore .. which was the point of this series.
Ah right, I wasn't thinking about that.
> Personally, both are fine for me, so I can update to use _emmc_ if
> this is a strong requirements for you. Let me know.
Both seem equally valid to me, so we can just leave it as-is.
>
>
>>
>> [1]: https://lore.kernel.org/u-boot/20260318-mt8195-add-ufs-support-v2-9-f18eeeeb0e72@baylibre.com/
>>
>>
>>
>>> 6 files changed, 18 insertions(+), 42 deletions(-)
>>> ---
>>> base-commit: 142c805d470cd02470146d6d70aa9c522d4da16c
>>> change-id: 20260318-rename-genio-defconfigs-bc4070c90e9e
>>>
>>> Best regards,
>>
More information about the U-Boot
mailing list