From patchwork Tue Jun 30 16:56:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 243146 List-Id: U-Boot discussion From: trini at konsulko.com (Tom Rini) Date: Tue, 30 Jun 2020 12:56:47 -0400 Subject: [PATCH 1/4] am335x: Update list of defconfigs Message-ID: <20200630165650.9540-1-trini@konsulko.com> Both the am335x_boneblack and am335x_evm_usbspl configs have been gone for a while, remove their entries from MAINTAINERS. Signed-off-by: Tom Rini --- board/ti/am335x/MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/ti/am335x/MAINTAINERS b/board/ti/am335x/MAINTAINERS index 565f7055cdd3..e100adfd68ec 100644 --- a/board/ti/am335x/MAINTAINERS +++ b/board/ti/am335x/MAINTAINERS @@ -3,7 +3,5 @@ M: Tom Rini S: Maintained F: board/ti/am335x/ F: include/configs/am335x_evm.h -F: configs/am335x_boneblack_defconfig F: configs/am335x_boneblack_vboot_defconfig F: configs/am335x_evm_defconfig -F: configs/am335x_evm_usbspl_defconfig