diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-13 13:26:46 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-18 21:47:08 +0530 |
commit | 47df4b5f2aa789d0e0685742397808d2a626584c (patch) | |
tree | fc91a91d5cf115cb77e1d6b0fa0eef73b4d11c70 /board/freescale/p1_twr/Kconfig | |
parent | 5d226cd0136c72f725a4c38747c187878243b620 (diff) |
powerpc: Remove TWR-P1025_defconfig board
DM_SPI and other driver model migration deadlines
are expired for this board.
Remove it.
Patch-cc: Xiaobo Xie <xiaobo.xie@nxp.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/p1_twr/Kconfig')
-rw-r--r-- | board/freescale/p1_twr/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/freescale/p1_twr/Kconfig b/board/freescale/p1_twr/Kconfig deleted file mode 100644 index 8f9a8d4415..0000000000 --- a/board/freescale/p1_twr/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_P1_TWR - -config SYS_BOARD - default "p1_twr" - -config SYS_VENDOR - default "freescale" - -config SYS_CONFIG_NAME - default "p1_twr" - -endif |