On 2/6/26 6:48 AM, Julien Stephan wrote: > Le ven. 6 févr. 2026 à 11:07, Julien Stephan <[email protected]> a écrit : >> >> Le ven. 6 févr. 2026 à 00:52, David Lechner <[email protected]> a écrit : >>> >>> Consolidate all mem_map definitions for MediaTek ARMv8 platforms into a >>> single file. The size of the DDR and MMIO regions can vary, so Kconfig >>> options are added to configure them by target. >>> >>> Signed-off-by: David Lechner <[email protected]> >>> ---
... >>> diff --git a/board/mediatek/mt8365_evk/MAINTAINERS >>> b/board/mediatek/mt8365_evk/MAINTAINERS >>> deleted file mode 100644 >>> index e0d65efe812..00000000000 >>> --- a/board/mediatek/mt8365_evk/MAINTAINERS >>> +++ /dev/null >> >> Hi David, >> >> You are removing board/mediatek/mt8365_evk directory (and mt8390_evk >> below), so you left mt8365_evk_defconfig (and mt8365_evk_defconfig) >> without any entries in MAINTAINERS files. >> So maybe we should add them to the MAINTAINERS file at the root directory? >> >> Also, if there is no more board directory for these boards, I think we >> should remove CONFIG_SYS_BOARD="mt8365_evk" and >> CONFIG_SYS_BOARD="mt8390_evk" from their respective defconfig file, >> as it should be empty if no board directory exist. > > I forgot but we should also unset CONFIG_BOARD_INIT in defconfig for > these boards, otherwise we end up with undefined reference to > `board_init' > I did this already for mt8390 in "board: mediatek: mt8390_evk: remove empty board_init()". And I used buildman to compile test everything. Did I still miss one?

