diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-13 13:20:09 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-18 21:47:08 +0530 |
commit | 447ec175b253ac7d945c14f35b0eab4ddd46f5a5 (patch) | |
tree | ed5af688c168a3c51ef21892d0c05e69369036db /board/freescale/c29xpcie/Kconfig | |
parent | 55bcea4fb4839609ea9b22843d0b4d53518c2698 (diff) |
powerpc: Remove configs/C29XPCIE_NAND_defconfig board
DM_SPI and other driver model migration deadlines
are expired for this board.
Remove it.
Patch-cc: Po Liu <po.liu@nxp.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/c29xpcie/Kconfig')
-rw-r--r-- | board/freescale/c29xpcie/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/board/freescale/c29xpcie/Kconfig b/board/freescale/c29xpcie/Kconfig deleted file mode 100644 index 51e25c39df..0000000000 --- a/board/freescale/c29xpcie/Kconfig +++ /dev/null @@ -1,14 +0,0 @@ -if TARGET_C29XPCIE - -config SYS_BOARD - default "c29xpcie" - -config SYS_VENDOR - default "freescale" - -config SYS_CONFIG_NAME - default "C29XPCIE" - -source "board/freescale/common/Kconfig" - -endif |