From patchwork Mon Jan 20 13:48:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 239821 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Mon, 20 Jan 2020 10:48:20 -0300 Subject: [PATCH] mx6sxsabresd: Keep only one target Message-ID: <20200120134820.24316-1-festevam@gmail.com> Currently there are two targets for the i.MX6SX SabreSD board: mx6sxsabresd_defconfig and mx6sxsabresd_spl_defconfig. This brings additional maintainance effort without a clear advantage. Keep only the mx6sxsabresd_defconfig one and remove mx6sxsabresd_spl_defconfig to keep it simpler. Signed-off-by: Fabio Estevam --- board/freescale/mx6sxsabresd/MAINTAINERS | 1 - configs/mx6sxsabresd_spl_defconfig | 69 ------------------------ 2 files changed, 70 deletions(-) delete mode 100644 configs/mx6sxsabresd_spl_defconfig diff --git a/configs/mx6sxsabresd_spl_defconfig b/configs/mx6sxsabresd_spl_defconfig deleted file mode 100644 index 01ce26fbeb..0000000000 diff --git a/board/freescale/mx6sxsabresd/MAINTAINERS b/board/freescale/mx6sxsabresd/MAINTAINERS index 1dcec67545..a56d252edb 100644 --- a/board/freescale/mx6sxsabresd/MAINTAINERS +++ b/board/freescale/mx6sxsabresd/MAINTAINERS @@ -4,4 +4,3 @@ S: Maintained F: board/freescale/mx6sxsabresd/ F: include/configs/mx6sxsabresd.h F: configs/mx6sxsabresd_defconfig -F: configs/mx6sxsabresd_spl_defconfig