
-----Original Message----- From: Tom Rini trini@konsulko.com Sent: Sunday, February 21, 2021 6:36 AM To: u-boot@lists.denx.de Cc: Priyanka Jain priyanka.jain@nxp.com Subject: [PATCH 51/57] ppc: configs: Remove a few non-updated build configurations
In the cases of T2080RDB_SECURE_BOOT, T2080RDB_SRIO_PCIE_BOOT, P2041RDB_SECURE_BOOT, P2041RDB_SRIO_PCIE_BOOT, P3041DS_SRIO_PCIE_BOOT and P4080DS_SRIO_PCIE_BOOT while some forms of the board have been migrated more fully to current build standards, these have not. Remove them.
Cc: Priyanka Jain priyanka.jain@nxp.com Signed-off-by: Tom Rini trini@konsulko.com
configs/P2041RDB_SECURE_BOOT_defconfig | 62 --------------------- configs/P2041RDB_SRIO_PCIE_BOOT_defconfig | 53 ------------------ configs/P3041DS_SRIO_PCIE_BOOT_defconfig | 53 ------------------ configs/P4080DS_SRIO_PCIE_BOOT_defconfig | 51 ------------------ configs/T2080RDB_SECURE_BOOT_defconfig | 66 ----------------------- configs/T2080RDB_SRIO_PCIE_BOOT_defconfig | 56 ------------------- 6 files changed, 341 deletions(-) delete mode 100644 configs/P2041RDB_SECURE_BOOT_defconfig delete mode 100644 configs/P2041RDB_SRIO_PCIE_BOOT_defconfig delete mode 100644 configs/P3041DS_SRIO_PCIE_BOOT_defconfig delete mode 100644 configs/P4080DS_SRIO_PCIE_BOOT_defconfig delete mode 100644 configs/T2080RDB_SECURE_BOOT_defconfig delete mode 100644 configs/T2080RDB_SRIO_PCIE_BOOT_defconfig
Reviewed-by: Priyanka Jain priyanka.jain@nxp.com