
On Tue, Apr 28, 2020 at 06:45:31PM +0200, Marek Vasut wrote:
Add the list of defconfigs into the MAINTAINERS file entry.
Signed-off-by: Marek Vasut marek.vasut+renesas@gmail.com Cc: Nobuhiro Iwamatsu iwamatsu@nigauri.org
MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 0ee358bac6..35ef276908 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -282,6 +282,18 @@ M: Marek Vasut marek.vasut+renesas@gmail.com S: Maintained T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git F: arch/arm/mach-rmobile/ +F: configs/alt_defconfig +F: configs/armadillo-800eva_defconfig +F: configs/blanche_defconfig +F: configs/gose_defconfig +F: configs/grpeach_defconfig +F: configs/koelsch_defconfig +F: configs/lager_defconfig +F: configs/porter_defconfig +F: configs/r8a*_defconfig +F: configs/rcar3_*_defconfig +F: configs/silk_defconfig +F: configs/stout_defconfig
All of these, today, are listed in the board/*/MAINTAINERS file. The CI error you ran into earlier means that one of those needs to be updated with a new entry. Typically configs are only listed in the top-level file when there's not a board/ directory for them to use, but there's a few counter-examples to that too I see. So if you want to move them all top-level, please remove the board/ entries, thanks!