>-----Original Message----- >From: U-Boot <[email protected]> On Behalf Of Jagan Teki >Sent: Wednesday, May 27, 2020 10:17 PM >To: Simon Glass <[email protected]>; Tom Rini <[email protected]> >Cc: [email protected]; [email protected]; Jagan Teki ><[email protected]> >Subject: [PATCH 10/24] arm: Remove configs/P2041RDB_NAND_defconfig >board > >This board has not been converted to CONFIG_DM_SPI by the deadline. > >Remove it. > >Signed-off-by: Jagan Teki <[email protected]> >--- > arch/powerpc/cpu/mpc85xx/Kconfig | 1 - > board/freescale/p2041rdb/Kconfig | 14 - > board/freescale/p2041rdb/MAINTAINERS | 11 - > board/freescale/p2041rdb/Makefile | 10 - > board/freescale/p2041rdb/README | 141 ------ > board/freescale/p2041rdb/cpld.c | 157 ------ > board/freescale/p2041rdb/cpld.h | 54 -- > board/freescale/p2041rdb/ddr.c | 143 ------ > board/freescale/p2041rdb/eth.c | 201 -------- > board/freescale/p2041rdb/p2041rdb.c | 244 --------- > configs/P2041RDB_NAND_defconfig | 64 --- > configs/P2041RDB_SDCARD_defconfig | 63 --- > configs/P2041RDB_SECURE_BOOT_defconfig | 57 --- > configs/P2041RDB_SPIFLASH_defconfig | 64 --- > configs/P2041RDB_SRIO_PCIE_BOOT_defconfig | 50 -- > configs/P2041RDB_defconfig | 62 --- > include/configs/P2041RDB.h | 585 ---------------------- > 17 files changed, 1921 deletions(-) > delete mode 100644 board/freescale/p2041rdb/Kconfig > delete mode 100644 board/freescale/p2041rdb/MAINTAINERS > delete mode 100644 board/freescale/p2041rdb/Makefile > delete mode 100644 board/freescale/p2041rdb/README > delete mode 100644 board/freescale/p2041rdb/cpld.c > delete mode 100644 board/freescale/p2041rdb/cpld.h > delete mode 100644 board/freescale/p2041rdb/ddr.c > delete mode 100644 board/freescale/p2041rdb/eth.c > delete mode 100644 board/freescale/p2041rdb/p2041rdb.c > delete mode 100644 configs/P2041RDB_NAND_defconfig > delete mode 100644 configs/P2041RDB_SDCARD_defconfig > delete mode 100644 configs/P2041RDB_SECURE_BOOT_defconfig > delete mode 100644 configs/P2041RDB_SPIFLASH_defconfig > delete mode 100644 configs/P2041RDB_SRIO_PCIE_BOOT_defconfig > delete mode 100644 configs/P2041RDB_defconfig > delete mode 100644 include/configs/P2041RDB.h > NXP plans to keep maintaining P2041RDB. Please don't merge this patch in master.
The espi series of patches for DM migration were in review since long, but could not be merged because of dependency. NXP engineers are working on rebasing the DM espi migration patch series. http://patchwork.ozlabs.org/project/uboot/list/?series=127282&state=* http://patchwork.ozlabs.org/project/uboot/list/?series=138873 Nacked-by: Priyanka Jain <[email protected]>

